Click or drag to resize
DigitalRuneLodCollectionRemove Method (Single)
Removes the LOD at a specific distance from the LodCollection.

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

Parameters

distance
Type: SystemSingle
The LOD distance. (Must be normalized - see LodCollection.)

Return Value

Type: Boolean
if the LOD was found and removed; otherwise, if the LOD was not found in the LodCollection.
See Also