public static class Common.CoordData
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Common.CoordData.Type |
| Modifier and Type | Field and Description |
|---|---|
float[] |
floatArray2D |
float[] |
floatArray3D |
int |
muxCnt |
int |
offset_texcoord |
int |
offset_vertex |
int[] |
pArray |
int |
shapeCnt |
Common.CoordData.Type |
type |
| Constructor and Description |
|---|
CoordData() |
public Common.CoordData.Type type
public int shapeCnt
public int muxCnt
public int offset_vertex
public int offset_texcoord
public int[] pArray
public float[] floatArray3D
public float[] floatArray2D