public static class Model.TexFace
extends java.lang.Object
| Constructor and Description |
|---|
TexFace() |
| Modifier and Type | Method and Description |
|---|---|
int |
getTextureIndex()
Texture page index.
|
int[] |
getVertices()
Texture vertex indices.
|
void |
setTextureIndex(int index)
Texture page index.
|
void |
setVertices(int[] ids)
Texture vertex indices.
|