当前位置:网站首页>Unity basics 2
Unity basics 2
2022-04-23 03:22:00 【C # primary advanced】
Connect back to animation :
Add event :
After the Cube Cube : Add a script
Method is :
public void Disappear()
{
GameObject.Destroy(gameObject);
}
Two . terrain
1. Create terrain :
2. Basic operation of terrain
Brushes: Brush . Choosing different shapes of brushes can get different textures of landforms .
Brush Size: Brush size . Adjusting the size of the brush can paint the whole and details of the terrain respectively .
Opacity: Brush force . Modulating the brush force value can control the speed at which the terrain bulges or collapses .
Introduction to adding grass :
- Min Width: The minimum width of grass .
- Max Width: The maximum width of grass .
- Min Height: The minimum height of grass .
- Max Height: The maximum height of grass .
- Noise Spread: The bigger the value is. , The more the grass dries up .
- Healthy Color: Set the color of the grass .
- Dry Color: Set the color of dry grass .
- Billbord: Whether to rotate around the camera
Some other settings :
- Pixel Error: Terrain display tolerance , The smaller the numerical , The clearer the water caltrop is .
- Base Map Dist: The fineness of terrain display . The smaller the value, the clearer the representation .
- Cast shadows: Whether to display terrain shadow
- Draw: Whether to display grass and mesh model .
- Detail Distance: Set the display range of the detail model according to the position of the camera . The larger the value, the more the displayed value is
More capacity .
6.Billboard Start: Optimize rendering rate , When the camera is a distance from the model , Instead of drawing the entire mesh, draw
A map .
7.Bending: The amount of grass affected by the wind .
8.Grass Tint: Set the overall grass color .
3、 ... and . Use... For lights
- Type: The type of light . Include :Point、Directional、Spot、Area type .
- Color: The color of the light
- Intensity: Light intensity
- Shadow Type: Shadows are divided into Hard、Soft Two types of shadows . The shadow quality of the former is not as good as that of the latter , But the latter takes up a lot of memory .
- Flare: Set the light glow
6.Cookie: Used to set the light source alpha The texture of the channel , The time line has different brightness in different places , If it's a spotlight (Spotlight) And directional light (DirectionalLight), You can specify one 2D texture . If it is a point light (Point light), Must specify a Cubemap( Cubic texture ).
版权声明
本文为[C # primary advanced]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220621093669.html
边栏推荐
- QT learning summary
- [MySQL] left function | right function
- [vs Code] solve the problem that the jupyter file displays exceptions in vs code
- Xutils3 corrected a bug I reported. Happy
- QT dynamic translation of Chinese and English languages
- Using swagger in. Net5
- String input problem
- After the mobile phone is connected to the computer, how can QT's QDIR read the mobile phone file path
- Comprehensive calculation of employee information
- Docker pulls MySQL and connects
猜你喜欢
QT dynamic translation of Chinese and English languages
Iotos IOT middle platform is connected to the access control system of isecure center
超好用的Excel异步导出功能
Fiddler use
Build websocket server in. Net5 webapi
Huawei mobile ADB devices connection device is empty
How to achieve centralized management, flexible and efficient CI / CD online seminar highlights sharing
TCP three handshakes and four waves
. net webapi access authorization mechanism and process design (header token + redis)
Eight elder brothers chronicle [4]
随机推荐
Top ten project management software similar to JIRA
全新的ORM框架——BeetlSQL介绍
Oracle query foreign keys contain comma separated data
. NETCORE sets the API post mode, which can accept parameters directly in parentheses
2022 团体程序设计天梯赛 模拟赛 L2-4 哲哲打游戏 (25 分)
poi根据数据创建导出excel
Idea view history [file history and project history]
Cefsharp stores cookies and reads cookies
你真的懂hashCode和equals吗???
Preview of converting doc and PDF to SWF file
C-11 problem I: find balloon
Queue storage and circular queue
2022 Shandong Province safety officer C certificate work certificate question bank and online simulation examination
Experiment 5 components and event handling
Log4net is in Net core usage
Mysql database, inconsistent index character set, slow SQL query, interface timeout
Ide-idea-problem
New ORM framework -- Introduction to beetlsql
String input problem
Visual programming -- how to customize the mouse cursor