Uses of Class
org.jzy3d.plot3d.rendering.lights.Light
Package
Description
-
Uses of Light in org.jzy3d.chart
Modifier and TypeFieldDescriptionprotected Light
Chart.lightOnCamera
protected Light[]
Chart.lightPairOnCamera
Modifier and TypeMethodDescriptionAdd a light at the given position, using theDEFAULT_COLOR
for the three coloring settings.Add a light at the given position.Add a light at the given position.Chart.addLightOnCamera()
Add a light that is attached to camera, which is moved as soon as the viewpoint changes, using theDEFAULT_COLOR
for the three coloring settings.Chart.addLightOnCamera
(Color colorForAll) Chart.addLightOnCamera
(Color ambiant, Color diffuse, Color specular) Add a light that is attached to camera, which is moved as soon as the viewpoint changes.Light[]
Chart.addLightPairOnCamera()
Light[]
Chart.addLightPairOnCamera
(Color colorForAll) Light[]
Chart.addLightPairOnCamera
(Color ambiant, Color diffuse, Color specular) Add a light pair syncronized to camera. -
Uses of Light in org.jzy3d.chart.controllers.keyboard.lights
ModifierConstructorDescriptionAWTLightKeyController
(Chart chart, Light light) NewtLightKeyController
(Chart chart, Light light) -
Uses of Light in org.jzy3d.plot3d.rendering.lights
Modifier and TypeMethodDescriptionvoid
void
-
Uses of Light in org.jzy3d.plot3d.rendering.scene
-
Uses of Light in org.jzy3d.ui.editors