static class MeshData.Data
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int[][] |
faces |
private int |
nNormals |
private 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) Tuple3f[] |
getNormals() |
(package private) int |
getVertexCount() |
private int[][] faces
private Tuple3f[] normals
private int nVertices
private int nNormals
int[][] getFaces()
int getVertexCount()
int getNormalCount()
Tuple3f[] getNormals()