public static class GeometryBuilder.IndexedTriangleArray extends Object
| Constructor and Description | 
|---|
| IndexedTriangleArray(int indexCount,
                    int[] indices,
                    int vertexCount,
                    float[] vertices) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getIndexCount() | 
| int[] | getIndices() | 
| int | getVertexCount() | 
| float[] | getVertices() |