OmegaEngine API  1.0.3
Properties | List of all members
OmegaEngine.Graphics.DirectionalLight Class Reference

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

Inheritance diagram for OmegaEngine.Graphics.DirectionalLight:
OmegaEngine.Graphics.LightSource

Properties

Vector3 Direction [get, set]
 The direction of the light source More...
 
- Properties inherited from OmegaEngine.Graphics.LightSource
string Name [get, set]
 Text value to make it easier to identify a particular camera More...
 
bool Enabled [get, set]
 Shall the light source affect its surroundings? More...
 
Color Diffuse [get, set]
 The diffuse color this light source emits More...
 
Color Specular [get, set]
 The specular color this light source emits More...
 
Color Ambient [get, set]
 The ambient color this light source emits More...
 

Additional Inherited Members

- Public Member Functions inherited from OmegaEngine.Graphics.LightSource
override string ToString ()
 
- Protected Member Functions inherited from OmegaEngine.Graphics.LightSource
 LightSource ()
 Creates a new light source with a full white Diffuse component, a slight gray Specular component and no Ambient component More...
 

Detailed Description

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

Property Documentation

◆ Direction

Vector3 OmegaEngine.Graphics.DirectionalLight.Direction
getset

The direction of the light source


The documentation for this class was generated from the following file: