Click or drag to resize
DigitalRuneTerrainClipmapLevelBias Property
Gets or sets the level bias.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float LevelBias { get; set; }

Property Value

Type: Single
The level bias.
Remarks
This value can be used to modify the distance of the level of detail (LOD) transitions. Use a positive value to make the LOD transitions appear closer to the camera (reduce quality).
See Also