Click or drag to resize
DigitalRuneGodRayFilterLightDirection Property
Gets or sets the light direction.

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

Property Value

Type: Vector3F
The normalized light direction.
Remarks
The direction of the light rays (pointing away from the light source).
See Also