Uses of Class
eu.svjatoslav.sixth.e3d.renderer.raster.lighting.LightingManager
Packages that use LightingManager
Package
Description
-
Uses of LightingManager in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.solidpolygon
Methods in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.solidpolygon that return LightingManagerModifier and TypeMethodDescriptionSolidPolygon.getLightingManager()Returns the lighting manager used for shading calculations.Methods in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.solidpolygon with parameters of type LightingManagerModifier and TypeMethodDescriptionvoidSolidPolygon.setShadingEnabled(boolean shadingEnabled, LightingManager lightingManager) Enables or disables shading for this polygon. -
Uses of LightingManager in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.base
Methods in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.base with parameters of type LightingManagerModifier and TypeMethodDescriptionvoidAbstractCompositeShape.setLightingManager(LightingManager lightingManager) Sets the lighting manager for this composite shape and enables shading on all SolidPolygon sub-shapes.