ShadowMode Enumeration

Represents available methods for processing ray-traced shadows.

Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public enum ShadowMode
Members
Member name Value Description
Simple 0 Simple shadows, no sorting of shadow rays is performed.
Sorted 1 Shadow sorting is performed, from sample point to light.
Segments 2 Shadow segmenting is performed, from light to sample point.
See Also

©  Bricsys NV. All rights reserved.