Bagikan melalui


MeshFace

Digunakan oleh templat Mesh untuk menentukan wajah jala. Setiap elemen array nFaceVertexIndices mereferensikan puncak jala yang digunakan untuk membangun wajah.

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

Di mana:

  • nFaceVertexIndices - Jumlah indeks.
  • array DWORD faceVertexIndices[nFaceVertexIndices] - Array indeks.

Lihat juga

Templat