public static class I3DXML.FaceGPType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int[][] |
fanIndices |
java.lang.String |
fans |
IMesh |
mesh |
int[][] |
stripIndices |
java.lang.String |
strips |
I3DXML.SurfaceAttributesType |
surfaceAttributes |
int[] |
triangleIndices |
java.lang.String |
triangles |
Constructor and Description |
---|
FaceGPType() |
Modifier and Type | Method and Description |
---|---|
IMesh |
instantiatePolygon(I3DXML.VertexBufferType vtx) |
void |
setFans(java.lang.String fans) |
void |
setStrips(java.lang.String strips) |
void |
setTriangles(java.lang.String triangles) |
public I3DXML.SurfaceAttributesType surfaceAttributes
public java.lang.String triangles
public java.lang.String strips
public java.lang.String fans
public int[] triangleIndices
public int[][] stripIndices
public int[][] fanIndices
public IMesh mesh
public void setTriangles(java.lang.String triangles)
public void setStrips(java.lang.String strips)
public void setFans(java.lang.String fans)
public IMesh instantiatePolygon(I3DXML.VertexBufferType vtx)