Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

DepthTextureMode

Description

Depth texture generation mode for Camera.

The flags can be combined, so you can set a Camera to generate both a Depth and Depth+Normals texture if needed.

See Also: Camera.depthTextureMode.

Variables

NoneDo not generate depth texture (Default).
DepthGenerate a depth texture.
DepthNormalsGenerate a depth + normals texture.