Ejemplo n.º 1
0
 private int appendVertex(FileFormat.MQOObject mqoObj, IPXVertex v)
 {
     // 注: pmxとmqoはZ軸の向きが逆
     return mqoObj.getVertexIndex((Decimal)v.Position.X, (Decimal)v.Position.Y, -(Decimal)v.Position.Z);
 }