Click or drag to resize
DigitalRuneCascadedShadowFadeOutDistance Property

Note: This API is now obsolete.

Gets or sets the distance from the camera where the shadow starts to fade out.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
[ObsoleteAttribute("The property FadeOutDistance has been replaced by FadeOutRange.")]
public float FadeOutDistance { get; set; }

Property Value

Type: Single
The fade out distance.
Remarks
Shadows between [FadeOutDistance, MaxDistance] are faded out towards the ShadowFog value.
See Also