Uses of Class
com.badlogic.gdx.graphics.g3d.Attributes
-
Packages that use Attributes Package Description com.badlogic.gdx.graphics.g3d com.badlogic.gdx.graphics.g3d.shaders -
-
Uses of Attributes in com.badlogic.gdx.graphics.g3d
Subclasses of Attributes in com.badlogic.gdx.graphics.g3d Modifier and Type Class Description classEnvironmentclassMaterialMethods in com.badlogic.gdx.graphics.g3d with parameters of type Attributes Modifier and Type Method Description intAttributes. compareTo(Attributes other)booleanAttributes. same(Attributes other)booleanAttributes. same(Attributes other, boolean compareValues)Check if this collection has the same attributes as the other collection. -
Uses of Attributes in com.badlogic.gdx.graphics.g3d.shaders
Methods in com.badlogic.gdx.graphics.g3d.shaders with parameters of type Attributes Modifier and Type Method Description protected voidDefaultShader. bindLights(Renderable renderable, Attributes attributes)protected voidDefaultShader. bindMaterial(Attributes attributes)voidBaseShader. render(Renderable renderable, Attributes combinedAttributes)voidDefaultShader. render(Renderable renderable, Attributes combinedAttributes)voidDepthShader. render(Renderable renderable, Attributes combinedAttributes)voidBaseShader.Setter. set(BaseShader shader, int inputID, Renderable renderable, Attributes combinedAttributes)voidDefaultShader.Setters.ACubemap. set(BaseShader shader, int inputID, Renderable renderable, Attributes combinedAttributes)voidDefaultShader.Setters.Bones. set(BaseShader shader, int inputID, Renderable renderable, Attributes combinedAttributes)
-