Click or drag to resize
DigitalRunePlanarReflectionNodeNormalLocal Property
Gets or sets the normal of the reflection plane in local space.

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

Property Value

Type: Vector3F
The normal of the reflection plane in local space. The default value is (0, 0, 1).
Exceptions
ExceptionCondition
ArgumentException The normal vector must be normalized.
Remarks
This normal defines the orientation of the reflection plane. The normal points away from the front side of the reflection plane.
See Also