Enum CameraCullingMode
Culling mode of a RenderView.
public enum CameraCullingMode
Fields
Frustum = 1
Meshes outside of the camera's view frustum will be culled.
None = 0
No culling is applied to meshes.
Culling mode of a RenderView.
public enum CameraCullingMode
Frustum = 1
Meshes outside of the camera's view frustum will be culled.
None = 0
No culling is applied to meshes.