Click or drag to resize
DigitalRuneLodSelectionTransition Field
The transition progress [0, 1[, if the object is transitioning between two LODs.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float Transition

Field Value

Type: Single
Remarks
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