Click or drag to resize
DigitalRuneLodGroupNodeSelectLod Method
Gets the LOD or LOD transitions for the specified distance.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public LodSelection SelectLod(
	RenderContext context,
	float distance
)

Parameters

context
Type: DigitalRune.GraphicsRenderContext
The render context.
distance
Type: SystemSingle
The view-normalized distance (including any LOD bias).

Return Value

Type: LodSelection
An LodSelection that describes the current LOD or LOD transition.
See Also