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 classMoonMethods in com.bombinggames.wurfelengine.core.lightengine that return GlobalLightSource Modifier and Type Method Description GlobalLightSourceLightEngine. getMoon(Position pos)You can pass the position if the moon changes relative to the postition.GlobalLightSourceLightEngine. 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 voidLightEngine. setMoon(GlobalLightSource moon)voidLightEngine. setSun(GlobalLightSource sun)restores position via save cvar "LEsunAzimuth".
-