public static class GeometryBuilder.IndexedTriangleBuffer
extends java.lang.Object
Constructor and Description |
---|
IndexedTriangleBuffer(int indexCount,
java.nio.IntBuffer indices,
int vertexCount,
java.nio.FloatBuffer vertices) |
Modifier and Type | Method and Description |
---|---|
int |
getIndexCount() |
java.nio.IntBuffer |
getIndices() |
int |
getVertexCount() |
java.nio.FloatBuffer |
getVertices() |