docs.unity.cn
    Show / Hide Table of Contents

    Enum RTASCullingMode

    Controls the culling mode for the ray tracing acceleration structure.

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public enum RTASCullingMode

    Fields

    Name Description Value
    ExtendedFrustum

    HDRP automatically extends the camera's frustum when culling for the ray tracing acceleration structure.


    0
    Sphere

    The user provides the radius of the sphere used to cull objects out of the ray tracing acceleration structure.


    1
    None

    HDRP does not perform any culling step on the ray tracing acceleration structure.


    2
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023