| Modifier and Type | Field and Description |
|---|---|
IntArrayList |
indices
Array of indices.
|
int |
numFaces
Number of faces produced.
|
int |
numIndices
Total number of indices.
|
int |
numOutputVertices
Number of vertices in the output hull.
|
ObjectArrayList<Vector3f> |
outputVertices
Array of vertices.
|
boolean |
polygons
True if indices represents polygons, false indices are triangles.
|
| Constructor and Description |
|---|
HullResult() |
public boolean polygons
public int numOutputVertices
public final ObjectArrayList<Vector3f> outputVertices
public int numFaces
public int numIndices
public final IntArrayList indices