Class PointLightEx
java.lang.Object
com.badlogic.gdx.graphics.g3d.environment.BaseLight<com.badlogic.gdx.graphics.g3d.environment.PointLight>
com.badlogic.gdx.graphics.g3d.environment.PointLight
gaiasky.util.gdx.model.gltf.scene3d.lights.PointLightEx
public class PointLightEx
extends com.badlogic.gdx.graphics.g3d.environment.PointLight
-
Field Summary
FieldsFields inherited from class com.badlogic.gdx.graphics.g3d.environment.PointLight
intensity, positionFields inherited from class com.badlogic.gdx.graphics.g3d.environment.BaseLight
color -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.badlogic.gdx.graphics.g3d.environment.PointLight
equals, equals, set, set, set, set, setIntensity, setPosition, setPositionMethods inherited from class com.badlogic.gdx.graphics.g3d.environment.BaseLight
setColor, setColor
-
Field Details
-
range
Optional range in meters. seeKHRLightsPunctual.GLTFLight.range
-
-
Constructor Details
-
PointLightEx
public PointLightEx()
-
-
Method Details
-
set
public com.badlogic.gdx.graphics.g3d.environment.PointLight set(com.badlogic.gdx.graphics.g3d.environment.PointLight copyFrom) - Overrides:
setin classcom.badlogic.gdx.graphics.g3d.environment.PointLight
-
set
public PointLightEx set(com.badlogic.gdx.graphics.Color color, com.badlogic.gdx.math.Vector3 position, float intensity, Float range)
-