Class DirectionalLight
- java.lang.Object
- 
- de.coreengine.rendering.renderable.light.AmbientLight
- 
- de.coreengine.rendering.renderable.light.DirectionalLight
 
 
- 
 public class DirectionalLight extends AmbientLight Represents a directional light in the scene- Author:
- Darius Dinger
 
- 
- 
Constructor SummaryConstructors Constructor Description DirectionalLight()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.vecmath.Vector3fgetDirection()Getting the direction, the light is shining to as vector (x, y, z).
 f.e.- 
Methods inherited from class de.coreengine.rendering.renderable.light.AmbientLightgetColor, getIntensity, setIntensity
 
- 
 
-