Click or drag to resize
DigitalRuneCascadedShadowMaxDistance Property

Note: This API is now obsolete.

Gets or sets the maximum distance from the camera up to which shadows are rendered.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
[ObsoleteAttribute("Properties SplitDistribution and MaxDistance have been replaced by the property Distances.")]
public float MaxDistance { get; set; }

Property Value

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