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 Summary
Constructors Constructor Description DirectionalLight()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.vecmath.Vector3f
getDirection()
Getting the direction, the light is shining to as vector (x, y, z).
f.e.-
Methods inherited from class de.coreengine.rendering.renderable.light.AmbientLight
getColor, getIntensity, setIntensity
-
-