MentalRayRenderSettingsTraitsShadowMode Property
|
Property that represents the method used to
compute ray-traced shadows. Affects only lights using ray-traced
shadows. This property can be one of the following: 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.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract ShadowMode ShadowMode { get; set; }
Public MustOverride Property ShadowMode As ShadowMode
Get
Set
public:
virtual property ShadowMode ShadowMode {
ShadowMode get () abstract;
void set (ShadowMode value) abstract;
}
abstract ShadowMode : ShadowMode with get, set
Property Value
ShadowMode
See Also