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