Uses of Class
com.badlogic.gdx.graphics.g3d.environment.PointLight
-
Packages that use PointLight Package Description com.badlogic.gdx.graphics.g3d com.badlogic.gdx.graphics.g3d.attributes com.badlogic.gdx.graphics.g3d.environment com.badlogic.gdx.graphics.g3d.shaders -
-
Uses of PointLight in com.badlogic.gdx.graphics.g3d
Methods in com.badlogic.gdx.graphics.g3d with parameters of type PointLight Modifier and Type Method Description EnvironmentEnvironment. add(PointLight light)EnvironmentEnvironment. remove(PointLight light) -
Uses of PointLight in com.badlogic.gdx.graphics.g3d.attributes
Fields in com.badlogic.gdx.graphics.g3d.attributes with type parameters of type PointLight Modifier and Type Field Description Array<PointLight>PointLightsAttribute. lights -
Uses of PointLight in com.badlogic.gdx.graphics.g3d.environment
Methods in com.badlogic.gdx.graphics.g3d.environment that return PointLight Modifier and Type Method Description PointLightPointLight. set(float r, float g, float b, float x, float y, float z, float intensity)PointLightPointLight. set(float r, float g, float b, Vector3 position, float intensity)PointLightPointLight. set(Color color, float x, float y, float z, float intensity)PointLightPointLight. set(Color color, Vector3 position, float intensity)PointLightPointLight. set(PointLight copyFrom)PointLightPointLight. setIntensity(float intensity)PointLightPointLight. setPosition(float positionX, float positionY, float positionZ)PointLightPointLight. setPosition(Vector3 position)Methods in com.badlogic.gdx.graphics.g3d.environment with parameters of type PointLight Modifier and Type Method Description booleanPointLight. equals(PointLight other)PointLightPointLight. set(PointLight copyFrom) -
Uses of PointLight in com.badlogic.gdx.graphics.g3d.shaders
Fields in com.badlogic.gdx.graphics.g3d.shaders declared as PointLight Modifier and Type Field Description protected PointLight[]DefaultShader. pointLights
-