unity 实时间接光照 解决方案

https://www.youtube.com/watch?v=D7LjsabD4V4

这个很强 他runtime bake lightprobe 之后走assetbundle加载

Place Probe

Bake Probe Data

Store Data for Each Vertex (texture)

Load stored Data at Runtime(vertexID vertexshader load)

Use data in shaders

 用lightmapST和lightmap存了上面两个数据

把sh的作为ambinet值 ---间接光照

 

unity 实时间接光照 解决方案_第1张图片

unity 实时间接光照 解决方案_第2张图片

unity 实时间接光照 解决方案_第3张图片

unity 实时间接光照 解决方案_第4张图片

unity 实时间接光照 解决方案_第5张图片

转载于:https://www.cnblogs.com/minggoddess/p/10208696.html

你可能感兴趣的:(unity 实时间接光照 解决方案)