Modifier and Type | Method and Description |
---|---|
Material |
G2DLightManager.getMaterial() |
Modifier and Type | Method and Description |
---|---|
void |
G2DLightManager.setMaterial(Material material) |
Modifier and Type | Method and Description |
---|---|
static java.awt.Color[] |
LightHelper.applyLight(G2DLight light,
Material mat,
Vector3f camera,
Vector3f[] vertices,
Vector3f[] normals,
java.awt.Color[] colors,
java.awt.Color[] output,
float[] transf,
boolean additive)
Apply a per-vertex lighting to the given colors
|
Modifier and Type | Method and Description |
---|---|
void |
JoGLLightManager.setMaterial(Material material) |
Modifier and Type | Method and Description |
---|---|
void |
LightManager.setMaterial(Material material)
Set the material properties used for lighting.
|
Modifier and Type | Method and Description |
---|---|
Material |
Appearance.getMaterial()
Get the material.
|
Modifier and Type | Method and Description |
---|---|
void |
Appearance.setMaterial(Material m)
Set the material.
|