Uses of Class
de.coreengine.rendering.renderable.light.PointLight
-
Packages that use PointLight Package Description de.coreengine.rendering.programs de.coreengine.rendering.renderable.light de.coreengine.rendering.renderer -
-
Uses of PointLight in de.coreengine.rendering.programs
Method parameters in de.coreengine.rendering.programs with type arguments of type PointLight Modifier and Type Method Description void
DeferredShader. setLightSources(List<PointLight> pointLights, List<SpotLight> spotLights, List<AmbientLight> ambientLights, List<DirectionalLight> directionalLights)
Setting light sources for the next frame -
Uses of PointLight in de.coreengine.rendering.renderable.light
Subclasses of PointLight in de.coreengine.rendering.renderable.light Modifier and Type Class Description class
SpotLight
Class that represents a spot light, basical a point light with a specific direction and light cone angle -
Uses of PointLight in de.coreengine.rendering.renderer
Methods in de.coreengine.rendering.renderer with parameters of type PointLight Modifier and Type Method Description static void
MasterRenderer. renderPointLight(PointLight light)
Adding a new point light to the point light renderlist.
-