Version: 2017.2
Experimental: this API is experimental and might be changed or removed in the future.

VisibleReflectionProbe

struct in UnityEngine.Experimental.Rendering

切换到手册

描述

保留可见反射探针的数据。

CullResults.Cull 完成后,CullResults.visibleReflectionProbes 将包含一系列可见反射探针。可见反射探针结构包含最常用 ReflectionProbe 变量的打包信息,以及对组件本身的 VisibleReflectionProbe.probe 引用。

另请参阅:CullResults.visibleReflectionProbesReflectionProbe

变量

blendDistance探针混合距离。
bounds探针包围盒。
boxProjection如果探针使用盒体投影。
center探针投影中心。
hdr着色器数据,用于探针 HDR 纹理解码。
importance探针重要性。
localToWorld探针变换矩阵。
probe ReflectionProbe 组件的访问器。
texture探针纹理。