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(PointLight light) |
Environment |
Environment.remove(PointLight light) |
Modifier and Type | Field and Description |
---|---|
Array<PointLight> |
PointLightsAttribute.lights |
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) |
PointLight |
PointLight.setIntensity(float intensity) |
PointLight |
PointLight.setPosition(float positionX,
float positionY,
float positionZ) |
PointLight |
PointLight.setPosition(Vector3 position) |
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 |