Click or drag to resize
DigitalRunePlanarReflectionNodeLodBias Property
Gets or sets the LOD bias.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Nullable<float> LodBias { get; set; }

Property Value

Type: NullableSingle
The LOD bias. The default value is .
Remarks
This LOD bias is applied in addition to the LOD bias of the normal camera when rendering the reflected scene.
See Also