public class VBO
extends java.lang.Object
| Constructor and Description |
|---|
VBO() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(float[] vertices,
float[] textCoords,
float[] vertColors,
int size) |
void |
render(int type,
int startIndex,
int endIndex) |
void |
update(float[] vertices,
float[] colors,
int start,
int size) |
void |
update(float[] vertices,
int start,
int size) |
public void init(float[] vertices,
float[] textCoords,
float[] vertColors,
int size)
public void update(float[] vertices,
int start,
int size)
public void update(float[] vertices,
float[] colors,
int start,
int size)
public void render(int type,
int startIndex,
int endIndex)