| LodEntryDistance Property |
Gets or sets the LOD distance. (Needs to be normalized - see remarks.)
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float Distance { get; set; }
Public Property Distance As Single
Get
Set
public:
property float Distance {
float get ();
void set (float value);
}
member Distance : float32 with get, set
Property Value
Type:
Single
The LOD distance, which is the view-normalized distance at which the current LOD is
displayed.
Remarks See Also