Click or drag to resize
DigitalRuneDRSceneNodeContentMaxDistance Property
Gets or sets the maximum distance up to which the scene node is rendered.

Namespace: DigitalRune.Graphics.Content.Pipeline
Assembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax
public float MaxDistance { get; set; }

Property Value

Type: Single
The view-normalized distance. The default value is 0 (= no limit).
See Also