tagMV1_REF_POLYGONLIST

参照用ポリゴンデータ構造体

Members

Variables

MaxPosition
.VECTOR MaxPosition;

頂点座標の最大値

MinPosition
.VECTOR MinPosition;

頂点座標の最小値

PolygonNum
int PolygonNum;

参照用ポリゴンの数

Polygons
.MV1_REF_POLYGON* Polygons;

参照用ポリゴン配列

VertexNum
int VertexNum;

頂点の数

Vertexs
.MV1_REF_VERTEX* Vertexs;

参照用頂点配列

Meta