Uses of Class
eu.svjatoslav.sixth.e3d.renderer.raster.lighting.LightSource
Packages that use LightSource
-
Uses of LightSource in eu.svjatoslav.sixth.e3d.renderer.raster.lighting
Methods in eu.svjatoslav.sixth.e3d.renderer.raster.lighting that return types with arguments of type LightSourceModifier and TypeMethodDescriptionLightingManager.getLights()Returns all light sources in the scene.Methods in eu.svjatoslav.sixth.e3d.renderer.raster.lighting with parameters of type LightSourceModifier and TypeMethodDescriptionvoidLightingManager.addLight(LightSource light) Adds a light source to the scene.voidLightingManager.removeLight(LightSource light) Removes a light source from the scene.