public class PolylineTessellator extends Object
Modifier and Type | Field and Description |
---|---|
protected IntBuffer |
indices |
protected int |
lastIndex |
Constructor and Description |
---|
PolylineTessellator() |
Modifier and Type | Method and Description |
---|---|
protected IntBuffer |
addIndex(IntBuffer buffer,
int index) |
void |
addVertex(double x,
double y,
double z,
int index) |
void |
beginPolyline() |
void |
endPolyline() |
IntBuffer |
getIndices() |
void |
reset() |
protected IntBuffer indices
protected int lastIndex
public void addVertex(double x, double y, double z, int index)
public void beginPolyline()
public void endPolyline()
public IntBuffer getIndices()
public void reset()