?/TD>
Microsoft DirectX 9.0

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:



© 2002 Microsoft Corporation. All rights reserved.