Package | Description |
---|---|
com.badlogic.gdx.graphics | |
com.badlogic.gdx.graphics.glutils |
Constructor and Description |
---|
Mesh(VertexData vertices,
IndexData indices,
boolean isVertexArray) |
Modifier and Type | Class and Description |
---|---|
class |
VertexArray
Convenience class for working with OpenGL vertex arrays.
|
class |
VertexBufferObject
A
VertexData implementation based on OpenGL vertex buffer objects. |
class |
VertexBufferObjectSubData
A
VertexData implementation based on OpenGL vertex buffer objects. |
class |
VertexBufferObjectWithVAO
A
VertexData implementation that uses vertex buffer objects and vertex array objects. |