Ejemplo n.º 1
0
 void IndexToVertex()
 {
     if (MappingInformationType == MappingInformationType.ByPolygonVertex && ReferenceInformationType == ReferenceInformationType.IndexToDirect)
     {
         Array = MeshOperator.IndexToVertex(Array, ArrayElemNum, Index);
     }
 }
Ejemplo n.º 2
0
 public void IndexToVertex(FbxObjectGeometryPolygonVertexIndex index)
 {
     Vertices = MeshOperator.IndexToVertex(Vertices, 3, index.Array);
 }