Uses of Class
com.badlogic.gdx.graphics.VertexAttribute
-
Packages that use VertexAttribute Package Description com.badlogic.gdx.graphics com.badlogic.gdx.graphics.g3d.loader com.badlogic.gdx.graphics.g3d.model.data com.badlogic.gdx.graphics.glutils -
-
Uses of VertexAttribute in com.badlogic.gdx.graphics
Methods in com.badlogic.gdx.graphics that return VertexAttribute Modifier and Type Method Description static VertexAttributeVertexAttribute. Binormal()static VertexAttributeVertexAttribute. BoneWeight(int unit)static VertexAttributeVertexAttribute. ColorPacked()static VertexAttributeVertexAttribute. ColorUnpacked()VertexAttributeVertexAttribute. copy()VertexAttributeVertexAttributes. findByUsage(int usage)Returns the first VertexAttribute for the given usage.VertexAttributeVertexAttributes. get(int index)VertexAttributeMesh. getVertexAttribute(int usage)Returns the firstVertexAttributehaving the givenVertexAttributes.Usage.static VertexAttributeVertexAttribute. Normal()static VertexAttributeVertexAttribute. Position()static VertexAttributeVertexAttribute. Tangent()static VertexAttributeVertexAttribute. TexCoords(int unit)Methods in com.badlogic.gdx.graphics that return types with arguments of type VertexAttribute Modifier and Type Method Description java.util.Iterator<VertexAttribute>VertexAttributes. iterator()Methods in com.badlogic.gdx.graphics with parameters of type VertexAttribute Modifier and Type Method Description MeshMesh. enableInstancedRendering(boolean isStatic, int maxInstances, VertexAttribute... attributes)booleanVertexAttribute. equals(VertexAttribute other)Constructors in com.badlogic.gdx.graphics with parameters of type VertexAttribute Constructor Description Mesh(boolean isStatic, int maxVertices, int maxIndices, VertexAttribute... attributes)Creates a new Mesh with the given attributes.Mesh(Mesh.VertexDataType type, boolean isStatic, int maxVertices, int maxIndices, VertexAttribute... attributes)Creates a new Mesh with the given attributes.VertexAttributes(VertexAttribute... attributes)Constructor, sets the vertex attributes in a specific order -
Uses of VertexAttribute in com.badlogic.gdx.graphics.g3d.loader
Methods in com.badlogic.gdx.graphics.g3d.loader that return VertexAttribute Modifier and Type Method Description protected VertexAttribute[]G3dModelLoader. parseAttributes(JsonValue attributes) -
Uses of VertexAttribute in com.badlogic.gdx.graphics.g3d.model.data
Fields in com.badlogic.gdx.graphics.g3d.model.data declared as VertexAttribute Modifier and Type Field Description VertexAttribute[]ModelMesh. attributes -
Uses of VertexAttribute in com.badlogic.gdx.graphics.glutils
Constructors in com.badlogic.gdx.graphics.glutils with parameters of type VertexAttribute Constructor Description InstanceBufferObject(boolean isStatic, int numVertices, VertexAttribute... attributes)InstanceBufferObjectSubData(boolean isStatic, int numInstances, VertexAttribute... instanceAttributes)Constructs a new interleaved InstanceBufferObject.VertexArray(int numVertices, VertexAttribute... attributes)Constructs a new interleaved VertexArrayVertexBufferObject(boolean isStatic, int numVertices, VertexAttribute... attributes)Constructs a new interleaved VertexBufferObject.VertexBufferObjectSubData(boolean isStatic, int numVertices, VertexAttribute... attributes)Constructs a new interleaved VertexBufferObject.VertexBufferObjectWithVAO(boolean isStatic, int numVertices, VertexAttribute... attributes)Constructs a new interleaved VertexBufferObjectWithVAO.
-