VIEW
Description
Enumerations used by render.RenderView inside of ViewData structure.
Values
VIEW_MAIN | 0 | Default value |
VIEW_3DSKY | 1 | 3D skybox |
VIEW_MONITOR | 2 | Rendering for _rt_Camera base texture material (func_monitor , info_camera_link ). |
VIEW_REFLECTION | 3 | Water reflection |
VIEW_REFRACTION | 4 | Water refraction |
VIEW_INTRO_PLAYER | 5 | Used by script_intro entity. |
VIEW_INTRO_CAMERA | 6 | Used by script_intro entity. |
VIEW_SHADOW_DEPTH_TEXTURE | 7 | Internally used for ProjectedTexture and flashlight. |
VIEW_SSAO | 8 | For SSAO depth. Can be accessed via render.GetResolvedFullFrameDepth. |