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 LightSetScene. lightSetMethods in org.jzy3d.plot3d.rendering.scene that return LightSet Modifier and Type Method Description LightSetScene. 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 voidScene. setLightSet(LightSet lightSet)Attach a light set to this scene.
-