Class DirectionalLight
- Namespace
- OmegaEngine.Graphics.LightSources
- Assembly
- OmegaEngine.dll
A light source that has no position and shines in one direction.
public sealed class DirectionalLight : LightSource
- Inheritance
-
objectDirectionalLight
- Inherited Members
Properties
Direction
The direction of the light source
public Vector3 Direction { get; set; }
Property Value
- Vector3