public class Tessellator
extends java.lang.Object
| Constructor and Description |
|---|
Tessellator(int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw()
Draws the data set up in this tessellator and resets the state to prepare for new drawing.
|
VertexBuffer |
getBuffer() |
static Tessellator |
getInstance() |
public static Tessellator getInstance()
public void draw()
public VertexBuffer getBuffer()