public class SpotLightEx
extends com.badlogic.gdx.graphics.g3d.environment.SpotLight
| Modifier and Type | Field and Description |
|---|---|
java.lang.Float |
range
Optional range in meters.
|
| Constructor and Description |
|---|
SpotLightEx() |
| Modifier and Type | Method and Description |
|---|---|
SpotLightEx |
set(com.badlogic.gdx.graphics.Color color,
com.badlogic.gdx.math.Vector3 position,
com.badlogic.gdx.math.Vector3 direction,
float intensity,
float cutoffAngle,
float exponent,
java.lang.Float range) |
com.badlogic.gdx.graphics.g3d.environment.SpotLight |
set(com.badlogic.gdx.graphics.g3d.environment.SpotLight copyFrom) |
public java.lang.Float range
KHRLightsPunctual.GLTFLight.rangepublic com.badlogic.gdx.graphics.g3d.environment.SpotLight set(com.badlogic.gdx.graphics.g3d.environment.SpotLight copyFrom)
set in class com.badlogic.gdx.graphics.g3d.environment.SpotLightpublic SpotLightEx set(com.badlogic.gdx.graphics.Color color, com.badlogic.gdx.math.Vector3 position, com.badlogic.gdx.math.Vector3 direction, float intensity, float cutoffAngle, float exponent, java.lang.Float range)