Class KHRLightsPunctual.GLTFLight
java.lang.Object
gaiasky.util.gdx.model.gltf.data.GLTFObject
gaiasky.util.gdx.model.gltf.data.extensions.KHRLightsPunctual.GLTFLight
- Enclosing class:
KHRLightsPunctual
-
Field Summary
Modifier and TypeFieldDescriptionfloat[]
float
in Candela for point/spot lights : Ev(lx) = Iv(cd) / (d(m))2 in Lux for directional lights : Ev(lx)Hint defining a distance cutoff at which the light's intensity may be considered to have reached zero.static final String
static final String
static final String
Fields inherited from class gaiasky.util.gdx.model.gltf.data.GLTFObject
extensions, extras
-
Constructor Summary
-
Method Summary
-
Field Details
-
TYPE_DIRECTIONAL
- See Also:
-
TYPE_POINT
- See Also:
-
TYPE_SPOT
- See Also:
-
name
-
color
public float[] color -
intensity
public float intensityin Candela for point/spot lights : Ev(lx) = Iv(cd) / (d(m))2 in Lux for directional lights : Ev(lx) -
type
-
range
Hint defining a distance cutoff at which the light's intensity may be considered to have reached zero. When null, range is assumed to be infinite. -
spot
-
-
Constructor Details
-
GLTFLight
public GLTFLight()
-