Uses of Class
com.badlogic.gdx.graphics.VertexAttributes
-
-
Uses of VertexAttributes in com.badlogic.gdx.graphics
Methods in com.badlogic.gdx.graphics that return VertexAttributes Modifier and Type Method Description VertexAttributesMesh. getInstancedAttributes()VertexAttributesMesh. getVertexAttributes()Methods in com.badlogic.gdx.graphics with parameters of type VertexAttributes Modifier and Type Method Description intVertexAttributes. compareTo(VertexAttributes o)Constructors in com.badlogic.gdx.graphics with parameters of type VertexAttributes Constructor Description Mesh(boolean staticVertices, boolean staticIndices, int maxVertices, int maxIndices, VertexAttributes attributes)Creates a new Mesh with the given attributes.Mesh(boolean isStatic, int maxVertices, int maxIndices, VertexAttributes attributes)Creates a new Mesh with the given attributes.Mesh(Mesh.VertexDataType type, boolean isStatic, int maxVertices, int maxIndices, VertexAttributes attributes)Creates a new Mesh with the given attributes. -
Uses of VertexAttributes in com.badlogic.gdx.graphics.g3d
Methods in com.badlogic.gdx.graphics.g3d with parameters of type VertexAttributes Modifier and Type Method Description MeshModelCache.MeshPool. obtain(VertexAttributes vertexAttributes, int vertexCount, int indexCount)Will try to reuse or, when not possible to reuse, optionally create aMeshthat meets the specified criteria.MeshModelCache.SimpleMeshPool. obtain(VertexAttributes vertexAttributes, int vertexCount, int indexCount)MeshModelCache.TightMeshPool. obtain(VertexAttributes vertexAttributes, int vertexCount, int indexCount) -
Uses of VertexAttributes in com.badlogic.gdx.graphics.g3d.particles.batches
Fields in com.badlogic.gdx.graphics.g3d.particles.batches declared as VertexAttributes Modifier and Type Field Description protected static VertexAttributesPointSpriteParticleBatch. CPU_ATTRIBUTES -
Uses of VertexAttributes in com.badlogic.gdx.graphics.g3d.utils
Methods in com.badlogic.gdx.graphics.g3d.utils that return VertexAttributes Modifier and Type Method Description static VertexAttributesMeshBuilder. createAttributes(long usage)VertexAttributesMeshBuilder. getAttributes()VertexAttributesMeshPartBuilder. getAttributes()Methods in com.badlogic.gdx.graphics.g3d.utils with parameters of type VertexAttributes Modifier and Type Method Description voidMeshBuilder. begin(VertexAttributes attributes)Begin building a mesh.voidMeshBuilder. begin(VertexAttributes attributes, int primitiveType)Begin building a meshMeshPartBuilderModelBuilder. part(java.lang.String id, int primitiveType, VertexAttributes attributes, Material material)Creates a new MeshPart within the current Node and returns aMeshPartBuilderwhich can be used to build the shape of the part.Constructors in com.badlogic.gdx.graphics.g3d.utils with parameters of type VertexAttributes Constructor Description ShapeCache(int maxVertices, int maxIndices, VertexAttributes attributes, int primitiveType)Create a ShapeCache with parameters -
Uses of VertexAttributes in com.badlogic.gdx.graphics.glutils
Methods in com.badlogic.gdx.graphics.glutils that return VertexAttributes Modifier and Type Method Description VertexAttributesInstanceBufferObject. getAttributes()VertexAttributesInstanceBufferObjectSubData. getAttributes()VertexAttributesInstanceData. getAttributes()VertexAttributesVertexArray. getAttributes()VertexAttributesVertexBufferObject. getAttributes()VertexAttributesVertexBufferObjectSubData. getAttributes()VertexAttributesVertexBufferObjectWithVAO. getAttributes()VertexAttributesVertexData. getAttributes()Methods in com.badlogic.gdx.graphics.glutils with parameters of type VertexAttributes Modifier and Type Method Description protected voidInstanceBufferObject. setBuffer(java.nio.Buffer data, boolean ownsBuffer, VertexAttributes value)Low level method to reset the buffer and attributes to the specified values.protected voidVertexBufferObject. setBuffer(java.nio.Buffer data, boolean ownsBuffer, VertexAttributes value)Low level method to reset the buffer and attributes to the specified values.Constructors in com.badlogic.gdx.graphics.glutils with parameters of type VertexAttributes Constructor Description InstanceBufferObject(boolean isStatic, int numVertices, VertexAttributes instanceAttributes)InstanceBufferObjectSubData(boolean isStatic, int numInstances, VertexAttributes instanceAttributes)Constructs a new interleaved InstanceBufferObject.VertexArray(int numVertices, VertexAttributes attributes)Constructs a new interleaved VertexArrayVertexBufferObject(boolean isStatic, int numVertices, VertexAttributes attributes)Constructs a new interleaved VertexBufferObject.VertexBufferObject(int usage, java.nio.ByteBuffer data, boolean ownsBuffer, VertexAttributes attributes)VertexBufferObjectSubData(boolean isStatic, int numVertices, VertexAttributes attributes)Constructs a new interleaved VertexBufferObject.VertexBufferObjectWithVAO(boolean isStatic, int numVertices, VertexAttributes attributes)Constructs a new interleaved VertexBufferObjectWithVAO.VertexBufferObjectWithVAO(boolean isStatic, java.nio.ByteBuffer unmanagedBuffer, VertexAttributes attributes)
-