Uses of Class
com.badlogic.gdx.graphics.g3d.environment.AmbientCubemap
-
Packages that use AmbientCubemap Package Description com.badlogic.gdx.graphics.g3d.environment com.badlogic.gdx.graphics.g3d.shaders -
-
Uses of AmbientCubemap in com.badlogic.gdx.graphics.g3d.environment
Methods in com.badlogic.gdx.graphics.g3d.environment that return AmbientCubemap Modifier and Type Method Description AmbientCubemapAmbientCubemap. add(float r, float g, float b)AmbientCubemapAmbientCubemap. add(float r, float g, float b, float x, float y, float z)AmbientCubemapAmbientCubemap. add(float r, float g, float b, Vector3 direction)AmbientCubemapAmbientCubemap. add(Color color)AmbientCubemapAmbientCubemap. add(Color color, float x, float y, float z)AmbientCubemapAmbientCubemap. add(Color color, Vector3 direction)AmbientCubemapAmbientCubemap. add(Color color, Vector3 point, Vector3 target)AmbientCubemapAmbientCubemap. add(Color color, Vector3 point, Vector3 target, float intensity)AmbientCubemapAmbientCubemap. clamp()AmbientCubemapAmbientCubemap. clear()AmbientCubemapAmbientCubemap. set(float[] values)AmbientCubemapAmbientCubemap. set(float r, float g, float b)AmbientCubemapAmbientCubemap. set(Color color)AmbientCubemapAmbientCubemap. set(AmbientCubemap other)Methods in com.badlogic.gdx.graphics.g3d.environment with parameters of type AmbientCubemap Modifier and Type Method Description AmbientCubemapAmbientCubemap. set(AmbientCubemap other)SphericalHarmonicsSphericalHarmonics. set(AmbientCubemap other)Constructors in com.badlogic.gdx.graphics.g3d.environment with parameters of type AmbientCubemap Constructor Description AmbientCubemap(AmbientCubemap copyFrom) -
Uses of AmbientCubemap in com.badlogic.gdx.graphics.g3d.shaders
Fields in com.badlogic.gdx.graphics.g3d.shaders declared as AmbientCubemap Modifier and Type Field Description protected AmbientCubemapDefaultShader. ambientCubemap
-