Click or drag to resize
DigitalRunePlanarReflectionNodeFar Property
Gets or sets the far plane distance for the reflection camera.

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

Property Value

Type: NullableSingle
The far plane distance for the reflection camera. If this value is , the far distance of the normal camera is used. The default value is .
See Also