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
Fields inherited from class com.badlogic.gdx.graphics.g3d.environment.PointLight
intensity, position
Fields inherited from class com.badlogic.gdx.graphics.g3d.environment.BaseLight
color
-
Constructor Summary
-
Method Summary
Methods inherited from class com.badlogic.gdx.graphics.g3d.environment.PointLight
equals, equals, set, set, set, set, setIntensity, setPosition, setPosition
Methods 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:
set
in 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)
-