当前位置:网站首页>Static setting and baking properties of unity
Static setting and baking properties of unity
2022-07-22 05:07:00 【It's not too late webgl】
Set before unity When static setting , Are all brainless static, I haven't noticed the setting of each attribute , Here it is , Record the use of each value .
Nothing Set the object as non static , The following options will not be checked .
Everything Set the object to static , All the following options will be checked .
The above two operations are all open and close , We can also uncheck , Instead, check the following on-demand .
Contribute GI Whether the current object participates in the global ambient light LightMap Baking , If checked, it will be baked into the environment map as an ambient light .
Occluder Static and Occludee Static
These two can be put together , Set occlusion culling , Occlusion culling is done in game rendering , When the object is completely covered ,cpu This object will not be rendered , But directly eliminate .
Occluder Static It belongs to static occlusion objects , After setting , Can block other objects rendering . If the dynamically rendered object is blocked by this object , Will no longer render .
Occludee Static It belongs to static occluded objects , It can be covered by static objects , When covered , Will no longer be rendered .
Be careful , After you finish setting , It doesn't work , You also need to bake under cover , First, set an occlusion baking range , Then set some baking attributes , Finally, you can view it through the camera .
Batching Static Static batch
This method is a way to optimize rendering , Reduce drawcall, By means of cpu Statically merge meshes on . This way is to use space for time , In fact, by increasing memory consumption , Reduce computation .
Navigation Static and Off Mesh Link Generation
These two are to create the static properties of the automatic wayfinding system .Navigation Static After setting , After baking , The corresponding navigation grid body will be generated .
Off Mesh Link Generation Is to create a link in two disconnected places , Let the place that cannot pass , Through . It is often seen on cliffs , It can also be used as the trigger event location .
Reflection Probe Static Reflection detector static state
This attribute is used to set whether it can be baked and picked by the reflection detector , If not set , It will eliminate the reflection detector when picking up the ambient color .
边栏推荐
- 让Matplotlib、Seaborn数据图动起来~
- 音视频环形缓冲区 介绍与实现
- Mid year inventory | in 2022, PAAS will be upgraded again
- Detailed explanation of cesium events (mouse events, camera events, keyboard events, scene trigger events)
- Xuantai pharmaceutical passed the registration: it plans to raise 600million yuan, and Lianhe investment is the major shareholder
- DRF -- users user module
- 深度之眼(十五)——导数
- GeoTools学习参考文章
- Niuke.com released a new digital logic question bank! Will it lead to more volume in fpga/ic industry this year?!!
- 归并排序思路及例题
猜你喜欢
Command line use of eslint
Yunzhou intelligent IPO was terminated: the annual revenue was 250million, the loss was 130million, and it was planned to raise 1.55 billion
【苏州大学】考研初试复试资料分享
振华风光半导体通过注册:年营收5亿 中国电子是实控人
Human moon day | exclusive interview with Zou Haiyang: China's aerospace dream is a story of trust and live up to
unity URP前向渲染流程以及获取屏幕空间UV和深度
【板栗糖GIS】arcmap——如何制作面数据的文字四至
Let Matplotlib and Seaborn data map move ~
Academia vs industry: can deep learning break the ceiling of video coding and decoding
Musk uploaded that his brain was crazy, but neuralink was already a chicken feather
随机推荐
【读书会第13期】+第二章 视频文件的封装格式
Anfulai embedded weekly report no. 274: 2022.07.11--2022.07.17
DRF -- cross domain problem solving
Symbol的使用,es6获取key值的新方法
【微信小程序】WXSS和全局、页面配置入门砖
LeetCode-662-二叉树最大宽度
The array subscript of PG starts from 1
PL/SQL 记录
【板栗糖GIS】记录两个傻到不能再傻的记录——台式电脑无信号或者不亮屏
OrmLiteDB数据库(依赖)的简单使用(小白成长记录)
【板栗糖GIS】wps——如何将空格填充上一行的内容
GTSAM入门学习
ButterKnife库(一个高效的工具库,小白只记录了一个用法-不深入研究,嘻嘻)
【板栗糖GIS】arcmap—如何快速生成四至信息
Go language environment construction and samples
Mapstruct code generator realizes object transformation
Arrange the project publicity schedule to get the most publicity sessions
[chestnut sugar GIS] WPS -- how to fill the space in the content of the previous line
你离「TDengine 开发者大会」只差一条 SQL 语句!
阿里云ECS手动挂载磁盘