Class Moon
- java.lang.Object
-
- com.bombinggames.wurfelengine.core.lightengine.GlobalLightSource
-
- com.bombinggames.wurfelengine.core.lightengine.Moon
-
public class Moon extends GlobalLightSource
-
-
Constructor Summary
Constructors Constructor Description Moon(float azimuth, float height, com.badlogic.gdx.graphics.Color tone, com.badlogic.gdx.graphics.Color ambient, float brghtFac, int amplitudeHeight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getAzimuthSpeed()
-
Methods inherited from class com.bombinggames.wurfelengine.core.lightengine.GlobalLightSource
getAmbient, getAzimuth, getHeight, getLight, getMaxAngle, getNormal, getPower, getTone, setAzimuth, setFixedPosition, setHeight, setTone, update
-
-
-
-
Method Detail
-
getAzimuthSpeed
public float getAzimuthSpeed()
- Overrides:
getAzimuthSpeed
in classGlobalLightSource
- Returns:
-
-