|  | PlanarReflectionNodeNormalLocal Property | 
            Gets or sets the normal of the reflection plane in local space.
            
 
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxpublic Vector3F NormalLocal { get; set; }Public Property NormalLocal As Vector3F
	Get
	Set
public:
property Vector3F NormalLocal {
	Vector3F get ();
	void set (Vector3F value);
}member NormalLocal : Vector3F with get, set
Property Value
Type: 
Vector3F
            The normal of the reflection plane in local space. The default value is (0, 0, 1).
            
 Exceptions
Exceptions Remarks
Remarks
            This normal defines the orientation of the reflection plane. The normal points away from the
            front side of the reflection plane.
            
 See Also
See Also