Enum RTASCullingMode
Controls the culling mode for the ray tracing acceleration structure.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum RTASCullingMode
Fields
Name | Description |
---|---|
ExtendedFrustum | HDRP automatically extends the camera's frustum when culling for the ray tracing acceleration structure. |
None | HDRP does not perform any culling step on the ray tracing acceleration structure. |
Sphere | The user provides the radius of the sphere used to cull objects out of the ray tracing acceleration structure. |