Uses of Class
com.badlogic.gdx.graphics.g3d.environment.DirectionalLight
-
Packages that use DirectionalLight 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 DirectionalLight in com.badlogic.gdx.graphics.g3d
Methods in com.badlogic.gdx.graphics.g3d with parameters of type DirectionalLight Modifier and Type Method Description EnvironmentEnvironment. add(DirectionalLight light)EnvironmentEnvironment. remove(DirectionalLight light) -
Uses of DirectionalLight in com.badlogic.gdx.graphics.g3d.attributes
Fields in com.badlogic.gdx.graphics.g3d.attributes with type parameters of type DirectionalLight Modifier and Type Field Description Array<DirectionalLight>DirectionalLightsAttribute. lights -
Uses of DirectionalLight in com.badlogic.gdx.graphics.g3d.environment
Subclasses of DirectionalLight in com.badlogic.gdx.graphics.g3d.environment Modifier and Type Class Description classDirectionalShadowLightMethods in com.badlogic.gdx.graphics.g3d.environment that return DirectionalLight Modifier and Type Method Description DirectionalLightDirectionalLight. set(float r, float g, float b, float dirX, float dirY, float dirZ)DirectionalLightDirectionalLight. set(float r, float g, float b, Vector3 direction)DirectionalLightDirectionalLight. set(Color color, float dirX, float dirY, float dirZ)DirectionalLightDirectionalLight. set(Color color, Vector3 direction)DirectionalLightDirectionalLight. set(DirectionalLight copyFrom)DirectionalLightDirectionalLight. setDirection(float directionX, float directionY, float directionZ)DirectionalLightDirectionalLight. setDirection(Vector3 direction)Methods in com.badlogic.gdx.graphics.g3d.environment with parameters of type DirectionalLight Modifier and Type Method Description booleanDirectionalLight. equals(DirectionalLight other)DirectionalLightDirectionalLight. set(DirectionalLight copyFrom) -
Uses of DirectionalLight in com.badlogic.gdx.graphics.g3d.shaders
Fields in com.badlogic.gdx.graphics.g3d.shaders declared as DirectionalLight Modifier and Type Field Description protected DirectionalLight[]DefaultShader. directionalLights
-