Uses of Class
com.bombinggames.wurfelengine.core.lightengine.GlobalLightSource
-
Packages that use GlobalLightSource Package Description com.bombinggames.wurfelengine.core.lightengine -
-
Uses of GlobalLightSource in com.bombinggames.wurfelengine.core.lightengine
Subclasses of GlobalLightSource in com.bombinggames.wurfelengine.core.lightengine Modifier and Type Class Description class
Moon
Methods in com.bombinggames.wurfelengine.core.lightengine that return GlobalLightSource Modifier and Type Method Description GlobalLightSource
LightEngine. getMoon(Position pos)
You can pass the position if the moon changes relative to the postition.GlobalLightSource
LightEngine. getSun(Position pos)
You can pass the position if the sun changes relative to the postition.Methods in com.bombinggames.wurfelengine.core.lightengine with parameters of type GlobalLightSource Modifier and Type Method Description void
LightEngine. setMoon(GlobalLightSource moon)
void
LightEngine. setSun(GlobalLightSource sun)
restores position via save cvar "LEsunAzimuth".
-