Uses of Class
org.jzy3d.plot3d.rendering.lights.LightSet
-
Packages that use LightSet Package Description org.jzy3d.plot3d.rendering.scene -
-
Uses of LightSet in org.jzy3d.plot3d.rendering.scene
Fields in org.jzy3d.plot3d.rendering.scene declared as LightSet Modifier and Type Field Description protected LightSet
Scene. lightSet
Methods in org.jzy3d.plot3d.rendering.scene that return LightSet Modifier and Type Method Description LightSet
Scene. getLightSet()
Get the light set attached to this scene.Methods in org.jzy3d.plot3d.rendering.scene with parameters of type LightSet Modifier and Type Method Description void
Scene. setLightSet(LightSet lightSet)
Attach a light set to this scene.
-