Click or drag to resize
DigitalRuneCascadedShadowFadeOutRange Property
Gets or sets the relative distance over which shadows are faded out.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float FadeOutRange { 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