Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d | |
com.badlogic.gdx.graphics.g3d.environment | |
com.badlogic.gdx.graphics.g3d.shaders |
Modifier and Type | Field and Description |
---|---|
Array<PointLight> |
Environment.pointLights |
Modifier and Type | Method and Description |
---|---|
PointLight |
PointLight.set(Color color,
float x,
float y,
float z,
float intensity) |
PointLight |
PointLight.set(Color color,
Vector3 position,
float intensity) |
PointLight |
PointLight.set(float r,
float g,
float b,
float x,
float y,
float z,
float intensity) |
PointLight |
PointLight.set(float r,
float g,
float b,
Vector3 position,
float intensity) |
PointLight |
PointLight.set(PointLight copyFrom) |
Modifier and Type | Method and Description |
---|---|
boolean |
PointLight.equals(PointLight other) |
PointLight |
PointLight.set(PointLight copyFrom) |
Modifier and Type | Field and Description |
---|---|
protected PointLight[] |
DefaultShader.pointLights |