Click or drag to resize
DigitalRuneLodEntryDistance Property
Gets or sets the LOD distance. (Needs to be normalized - see remarks.)

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float Distance { get; set; }

Property Value

Type: Single
The LOD distance, which is the view-normalized distance at which the current LOD is displayed.
Remarks
The value stored in this property is a view-normalized distance as described here: GetViewNormalizedDistance(SceneNode, CameraNode). The method GetViewNormalizedDistance(Single, Matrix44F) can be used to convert a distance to a view-normalized distance. The resulting value is independent of the camera's field-of-view.
See Also