public static class LightModel.Light
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Vector3 |
ambient |
Vector3 |
diffuse |
Vector3 |
position |
| Modifier and Type | Method and Description |
|---|---|
LightModel.Light |
setAmbient(Vector3 vec) |
LightModel.Light |
setDiffuse(Vector3 vec) |
public Vector3 ambient
public Vector3 diffuse
public Vector3 position
public Light(Vector3 pos)
public LightModel.Light setDiffuse(Vector3 vec)
public LightModel.Light setAmbient(Vector3 vec)