| CascadedShadowFadeOutRange Property |
Gets or sets the relative distance over which shadows are faded out.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float FadeOutRange { get; set; }
Public Property FadeOutRange As Single
Get
Set
public:
property float FadeOutRange {
float get ();
void set (float value);
}
member FadeOutRange : float32 with get, set
Property Value
Type:
Single
The relative distance over which shadows are faded out. The value is in the range
[0, 1]. The default is 0.1 (= 10 %).
Remarks
Near the maximum shadow distance defined by
Distances shadows are faded
towards the
ShadowFog value.
FadeOutRange defines the fade out
interval relative to the size of the last cascade.
See Also