Uses of Class
com.badlogic.gdx.graphics.g3d.environment.SpotLight
-
Packages that use SpotLight 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 SpotLight in com.badlogic.gdx.graphics.g3d
Methods in com.badlogic.gdx.graphics.g3d with parameters of type SpotLight Modifier and Type Method Description EnvironmentEnvironment. add(SpotLight light)EnvironmentEnvironment. remove(SpotLight light) -
Uses of SpotLight in com.badlogic.gdx.graphics.g3d.attributes
Fields in com.badlogic.gdx.graphics.g3d.attributes with type parameters of type SpotLight Modifier and Type Field Description Array<SpotLight>SpotLightsAttribute. lights -
Uses of SpotLight in com.badlogic.gdx.graphics.g3d.environment
Methods in com.badlogic.gdx.graphics.g3d.environment that return SpotLight Modifier and Type Method Description SpotLightSpotLight. set(float r, float g, float b, float posX, float posY, float posZ, float dirX, float dirY, float dirZ, float intensity, float cutoffAngle, float exponent)SpotLightSpotLight. set(float r, float g, float b, Vector3 position, Vector3 direction, float intensity, float cutoffAngle, float exponent)SpotLightSpotLight. set(Color color, float posX, float posY, float posZ, float dirX, float dirY, float dirZ, float intensity, float cutoffAngle, float exponent)SpotLightSpotLight. set(Color color, Vector3 position, Vector3 direction, float intensity, float cutoffAngle, float exponent)SpotLightSpotLight. set(SpotLight copyFrom)SpotLightSpotLight. setCutoffAngle(float cutoffAngle)SpotLightSpotLight. setDirection(float directionX, float directionY, float directionZ)SpotLightSpotLight. setDirection(Vector3 direction)SpotLightSpotLight. setExponent(float exponent)SpotLightSpotLight. setIntensity(float intensity)SpotLightSpotLight. setPosition(float positionX, float positionY, float positionZ)SpotLightSpotLight. setPosition(Vector3 position)SpotLightSpotLight. setTarget(Vector3 target)Methods in com.badlogic.gdx.graphics.g3d.environment with parameters of type SpotLight Modifier and Type Method Description booleanSpotLight. equals(SpotLight other)SpotLightSpotLight. set(SpotLight copyFrom) -
Uses of SpotLight in com.badlogic.gdx.graphics.g3d.shaders
Fields in com.badlogic.gdx.graphics.g3d.shaders declared as SpotLight Modifier and Type Field Description protected SpotLight[]DefaultShader. spotLights
-