DicomObjects Reference
DicomObjects Reference / PropertiesFor3D Object / EarlyRayTermination Property
In This Topic
    EarlyRayTermination Property
    In This Topic
    Description
    The opacity at which to stop Ray Tracing (VR only)
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property EarlyRayTermination As Single
    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).

    See Also