static class MeshData.Data
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int[][] |
faces |
private int |
nNormals |
private javax.vecmath.Tuple3f[] |
normals |
private int |
nVertices |
Constructor and Description |
---|
MeshData.Data() |
Modifier and Type | Method and Description |
---|---|
(package private) int[][] |
getFaces() |
(package private) int |
getNormalCount() |
(package private) javax.vecmath.Tuple3f[] |
getNormals() |
(package private) int |
getVertexCount() |