public class ShapeHull extends Object
ConvexShape, builds the convex hull using HullLibrary
and provides triangle indices and vertices.| Constructor and Description |
|---|
ShapeHull(ConvexShape shape) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
buildHull(float margin) |
IntArrayList |
getIndexPointer() |
ObjectArrayList<Vector3f> |
getVertexPointer() |
int |
numIndices() |
int |
numTriangles() |
int |
numVertices() |
public ShapeHull(ConvexShape shape)
public boolean buildHull(float margin)
public int numTriangles()
public int numVertices()
public int numIndices()
public ObjectArrayList<Vector3f> getVertexPointer()
public IntArrayList getIndexPointer()