public class MeshData extends NativeObject
| Modifier and Type | Class and Description |
|---|---|
static class |
MeshData.Mode |
| Modifier and Type | Field and Description |
|---|---|
protected int |
ibo |
protected int[] |
indices |
static org.slf4j.Logger |
LOGGER |
protected MeshData.Mode |
mode |
protected int |
size |
protected int |
vbo |
protected Vertex[] |
vertices |
INVALID_ID| Constructor and Description |
|---|
MeshData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getVertexCount() |
void |
set(Vertex[] vertices,
int[] indices) |
void |
set(Vertex[] vertices,
int[] indices,
int size) |
void |
setBufferIDs(int vbo,
int ibo) |
getID, setIDpublic static final org.slf4j.Logger LOGGER
protected int vbo
protected int ibo
protected int size
protected Vertex[] vertices
protected int[] indices
protected MeshData.Mode mode
Copyright © 2014. All rights reserved.