Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d | |
com.badlogic.gdx.graphics.g3d.attributes | |
com.badlogic.gdx.graphics.g3d.environment | |
com.badlogic.gdx.graphics.g3d.shaders |
Modifier and Type | Method and Description |
---|---|
Environment |
Environment.add(DirectionalLight light) |
Environment |
Environment.remove(DirectionalLight light) |
Modifier and Type | Field and Description |
---|---|
Array<DirectionalLight> |
DirectionalLightsAttribute.lights |
Modifier and Type | Class and Description |
---|---|
class |
DirectionalShadowLight
Deprecated.
Experimental, likely to change, do not use!
|
Modifier and Type | Method and Description |
---|---|
DirectionalLight |
DirectionalLight.set(Color color,
float dirX,
float dirY,
float dirZ) |
DirectionalLight |
DirectionalLight.set(Color color,
Vector3 direction) |
DirectionalLight |
DirectionalLight.set(DirectionalLight copyFrom) |
DirectionalLight |
DirectionalLight.set(float r,
float g,
float b,
float dirX,
float dirY,
float dirZ) |
DirectionalLight |
DirectionalLight.set(float r,
float g,
float b,
Vector3 direction) |
DirectionalLight |
DirectionalLight.setDirection(float directionX,
float directionY,
float directionZ) |
DirectionalLight |
DirectionalLight.setDirection(Vector3 direction) |
Modifier and Type | Method and Description |
---|---|
boolean |
DirectionalLight.equals(DirectionalLight other) |
DirectionalLight |
DirectionalLight.set(DirectionalLight copyFrom) |
Modifier and Type | Field and Description |
---|---|
protected DirectionalLight[] |
DefaultShader.directionalLights |