MeshFace
Microsoft DirectX 9.0 SDK Update (October 2004)

MeshFace


Used by the Mesh template to define a mesh's faces. Each element of the nFaceVertexIndices array references a mesh vertex used to build the face.

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

Where:



© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.