| LodSelectionTransition Field |
The transition progress [0, 1[, if the object is transitioning between two LODs.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax Public Transition As Single
val mutable Transition: float32
Field Value
Type:
SingleRemarks
0 means that no transition is active,
Current references the current LOD.
A value between 0 and 1 means that a LOD transition from
Current to
Next is in progress.
See Also