Package | Description |
---|---|
rajawali | |
rajawali.lights | |
rajawali.materials |
Modifier and Type | Method and Description |
---|---|
ALight |
BaseObject3D.getLight()
Deprecated.
use getLight(int index) instead
|
ALight |
BaseObject3D.getLight(int index) |
Modifier and Type | Method and Description |
---|---|
void |
BaseObject3D.addLight(ALight light)
Adds a light to this object.
|
void |
BaseObject3D.setLight(ALight light)
Deprecated.
Use addLight() instead
|
Modifier and Type | Method and Description |
---|---|
void |
BaseObject3D.setLights(java.util.Stack<ALight> lights) |
Modifier and Type | Class and Description |
---|---|
class |
DirectionalLight |
class |
PointLight |
Modifier and Type | Method and Description |
---|---|
void |
AMaterial.setLights(java.util.Stack<ALight> lights) |
void |
AAdvancedMaterial.setLights(java.util.Stack<ALight> lights) |