Class LightUtils
java.lang.Object
gaiasky.util.gdx.model.gltf.scene3d.utils.LightUtils
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LightUtils.LightsInfo
getLightsInfo
(LightUtils.LightsInfo info, Environment environment) static LightUtils.LightsInfo
getLightsInfo
(LightUtils.LightsInfo info, Iterable<com.badlogic.gdx.graphics.g3d.environment.BaseLight> lights)
-
Constructor Details
-
LightUtils
public LightUtils()
-
-
Method Details
-
getLightsInfo
public static LightUtils.LightsInfo getLightsInfo(LightUtils.LightsInfo info, Environment environment) -
getLightsInfo
public static LightUtils.LightsInfo getLightsInfo(LightUtils.LightsInfo info, Iterable<com.badlogic.gdx.graphics.g3d.environment.BaseLight> lights)
-