public class Tessellator
extends java.lang.Object
| Constructor and Description |
|---|
Tessellator() |
| Modifier and Type | Method and Description |
|---|---|
static int |
tessellate(float[] points,
int ppos,
int numPoints,
int[] index,
int ipos,
int numRings,
int vertexOffset,
VertexData outTris)
Special version for ExtrusionLayer to match indices with vertex
positions.
|
public static int tessellate(float[] points,
int ppos,
int numPoints,
int[] index,
int ipos,
int numRings,
int vertexOffset,
VertexData outTris)