共用方式為


MeshFace

由 Mesh範本用來定義網格的臉部。 nFaceVertexIndices 陣列的每個元素都會參考用來建置臉部的網格頂點。

template MeshFace
{
    < 3D82AB5F-62DA-11cf-AB39-0020AF71E433 >
    DWORD nFaceVertexIndices;
    array DWORD faceVertexIndices[nFaceVertexIndices];
} 

其中:

  • nFaceVertexIndices - 索引數目。
  • array DWORD faceVertexIndices[nFaceVertexIndices] - 索引陣列。

另請參閱

範本