DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage3D Class / EarlyRayTermination Property

In This Topic
    EarlyRayTermination Property
    In This Topic
    The opacity at which to stop Ray Tracing (VR only)
    Syntax
    'Declaration
     
    
    Public Property EarlyRayTermination As System.Single
    public System.float EarlyRayTermination {get; set;}
    Remarks
    This is used to speed up ray tracing. Once the cumulative alpha value along a ray is greater than alpha, rendering that ray stops. The value should be 0 to 1.0. Setting to 1.0 will render all data (no early ray termination).
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also