Uses of Class
de.coreengine.rendering.renderable.Moon
-
Packages that use Moon Package Description de.coreengine.rendering.programs de.coreengine.rendering.renderable de.coreengine.rendering.renderer de.coreengine.system.gameObjects -
-
Uses of Moon in de.coreengine.rendering.programs
Methods in de.coreengine.rendering.programs with parameters of type Moon Modifier and Type Method Description void
SunMoonShader. prepareMoon(Moon moon, Camera cam)
Preparing shader for the next sun or moon -
Uses of Moon in de.coreengine.rendering.renderable
Subclasses of Moon in de.coreengine.rendering.renderable Modifier and Type Class Description class
Sun
Class that reprsents a sun for post processing and lighting calculation -
Uses of Moon in de.coreengine.rendering.renderer
Methods in de.coreengine.rendering.renderer that return Moon Modifier and Type Method Description static Moon
MasterRenderer. getMoon()
Read and writeable getter for the current setted moon.Methods in de.coreengine.rendering.renderer with parameters of type Moon Modifier and Type Method Description static void
MasterRenderer. setMoon(Moon moon)
Setting the moon to render in the next frame -
Uses of Moon in de.coreengine.system.gameObjects
Methods in de.coreengine.system.gameObjects that return Moon Modifier and Type Method Description Moon
DayNightCycle. getMoon()
-