DepthTextureMode 深度纹理模式
Enumeration
Depth texture generation mode for Camera.
深度纹理生成模式用于Camera。
The flags can be combined, so you can set a Camera to generate both a Depth and Depth+Normals texture if needed.
该标识可以组合,如果需要,所以你可以设置一个相机同时生成一个深度和深度+法线纹理。
Values值
-
Do not generate depth texture (Default).
不生成深度纹理(默认)。 -
Generate a depth texture.
生成一个深度纹理。 -
Generate a depth + normals texture.
生成一个深度+法线纹理。
最后修改:2011年5月9日 Monday 14:51