Package | Description |
---|---|
org.jzy3d.chart | |
org.jzy3d.chart.controllers.keyboard.lights | |
org.jzy3d.plot3d.rendering.lights | |
org.jzy3d.plot3d.rendering.scene | |
org.jzy3d.ui.editors |
Modifier and Type | Method and Description |
---|---|
Light |
Chart.addLight(Coord3d position) |
Light |
Chart.addLight(Coord3d position,
Color ambiant,
Color diffuse,
Color specular,
float radius) |
Constructor and Description |
---|
AWTLightKeyController(Chart chart,
Light light) |
NewtLightKeyController(Chart chart,
Light light) |
Modifier and Type | Field and Description |
---|---|
protected List<Light> |
LightSet.lights |
Modifier and Type | Method and Description |
---|---|
Light |
LightSet.get(int id) |
Modifier and Type | Method and Description |
---|---|
void |
LightSet.add(Light light) |
void |
LightSet.remove(Light light) |
Constructor and Description |
---|
LightSet(List<Light> lights) |
Modifier and Type | Method and Description |
---|---|
void |
Scene.add(Light drawable)
Add a light to the scene.
|
void |
Scene.remove(Light drawable)
Remove a drawable from the scene.
|
Modifier and Type | Field and Description |
---|---|
protected Light |
LightEditor.light |
Modifier and Type | Method and Description |
---|---|
void |
LightEditor.setTarget(Light light) |
Copyright © 2016. All rights reserved.