ShadowParametersShadowSamples
Property
|
Property that represents number of shadow rays
to use for the light. The number of samples controls the softness
of sampled shadows. This property is useful only if shadow type if
Sampled.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public short ShadowSamples { get; set; }
Public Property ShadowSamples As Short
Get
Set
public:
property short ShadowSamples {
short get ();
void set (short value);
}
member ShadowSamples : int16 with get, set
Property Value
Int16
See Also