| TerrainClipmapLevelBias Property |
Gets or sets the level bias.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float LevelBias { get; set; }
Public Property LevelBias As Single
Get
Set
public:
property float LevelBias {
float get ();
void set (float value);
}
member LevelBias : float32 with get, set
Property Value
Type:
SingleThe 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