MeshFace
网格 模板用于 定义网格的面。 nFaceVertexIndices 数组的每个元素都引用用于生成人脸的网格顶点。
template MeshFace
{
< 3D82AB5F-62DA-11cf-AB39-0020AF71E433 >
DWORD nFaceVertexIndices;
array DWORD faceVertexIndices[nFaceVertexIndices];
}
其中:
- nFaceVertexIndices - 索引数。
- array DWORD faceVertexIndices[nFaceVertexIndices] - 索引数组。
另请参阅