Table of Contents

Class DirectionalLight

Namespace
OmegaEngine.Graphics
Assembly
OmegaEngine.dll

A light source that has no position and shines in one direction.

public sealed class DirectionalLight : LightSource
Inheritance
DirectionalLight
Inherited Members
Extension Methods

Properties

Direction

The direction of the light source

public Vector3 Direction { get; set; }

Property Value

Vector3