
unity官方文档
Marccco
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Unity Graphics 学习之:Lighting
官方文档:https://docs.unity3d.com/2019.1/Documentation/Manual/LightingInUnity.html 第一章:Lighting Overview 简单来讲,Unity中的灯光可以被认为是实时光(realTime),或者是预先计算好的(precomputed),这两种可以结合来使用.RealTime Lighting(实时光): 默认情...原创 2019-04-09 17:09:08 · 498 阅读 · 0 评论 -
LOD 烘焙地图需要注意的细节
要设置成Lightmap Static To make sure your lower LOD models look correct with baked light, you must position Light Probes around them to capture the indirect lighting during the bake. Otherwise, your l...原创 2019-05-06 11:11:26 · 954 阅读 · 0 评论 -
unity光照探头(Light Probe Groups)
menu:Component > Rendering > Light Probe Group. 光照探头可以挂在任意的物体上,但是最好是新建一个空物体会出现的问题:Ringing Under certain circumstances, Light Probes exhibit an unwanted behaviour called “ringing”. This often ha...原创 2019-05-10 12:30:22 · 3894 阅读 · 0 评论