public static class Model.TexFace
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
TexFace() |
TexFace(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(Model.TexFace obj) |
int |
getTextureIndex()
Texture page index.
|
int[] |
getVertices()
Texture vertex indices.
|
void |
setTextureIndex(int index)
Texture page index.
|
void |
setVertices(int[] ids)
Texture vertex indices.
|
public static long getCPtr(Model.TexFace obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public void setTextureIndex(int index)
public int getTextureIndex()
public void setVertices(int[] ids)
public int[] getVertices()