The SceneCameraDebugMode enumeration in the Sandbox
namespace provides various modes for debugging the scene camera. Each mode offers a different visualization technique to aid in the development and debugging of scenes.
The SceneCameraDebugMode enumeration in the Sandbox
namespace provides various modes for debugging the scene camera. Each mode offers a different visualization technique to aid in the development and debugging of scenes.
Member Name | Summary |
---|---|
Normal | Displays the scene with standard lighting (Lit). |
FullBright | Renders the scene with full brightness, ignoring shadows and lighting. |
NormalMap | Shows world-space normals using a color map. |
Albedo | Displays the albedo (base color) of the materials. |
Roughness | Visualizes the roughness of surfaces. |
Diffuse | Shows the diffuse component of the lighting model. |
Reflect | Displays reflections in the scene. |
Transmission | Visualizes light transmission through materials. |
ShowUV | Displays UV mapping coordinates. |
ShaderIDColor | Shows shader IDs using colors. |
TiledRenderingQuads | Visualizes tiled rendering lights. |
QuadOverdraw | Displays quad overdraw to identify rendering inefficiencies. |
AmbientOcclusion | Shows ambient occlusion effects. |