public class Mesh extends java.lang.Object implements java.io.Serializable
网格面类。
该类主要用来返回或设置网格面对应的材质、顶点数组、纹理坐标数组、顶点索引数组、颜色集合、向量集合。
Color[]
colors
int[]
indexes
Material
material
double[]
nomals
textureCoords
vectices
Mesh()
boolean
equals(java.lang.Object obj)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public int[] indexes
public Material material
public double[] nomals
public double[] textureCoords
public double[] vectices
public Color[] colors
public Mesh()
public boolean equals(java.lang.Object obj)
equals
java.lang.Object
public int hashCode()
hashCode