Class PointLight
- java.lang.Object
-
- de.coreengine.rendering.renderable.light.AmbientLight
-
- de.coreengine.rendering.renderable.light.PointLight
-
- Direct Known Subclasses:
SpotLight
public class PointLight extends AmbientLight
Represent a point light in the scene with specific range- Author:
- Darius Dinger
-
-
Constructor Summary
Constructors Constructor Description PointLight()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.vecmath.Vector2f
getAttenuation()
javax.vecmath.Vector3f
getPosition()
-
Methods inherited from class de.coreengine.rendering.renderable.light.AmbientLight
getColor, getIntensity, setIntensity
-
-