| LodGroupNodeSelectLod Method |
Gets the LOD or LOD transitions for the specified distance.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public LodSelection SelectLod(
RenderContext context,
float distance
)
Public Function SelectLod (
context As RenderContext,
distance As Single
) As LodSelection
public:
LodSelection SelectLod(
RenderContext^ context,
float distance
)
member SelectLod :
context : RenderContext *
distance : float32 -> LodSelection
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