?/TD>
Microsoft DirectX 9.0

FaceAdjacency


This template is instantiated on a per-mesh basis, holding information about which vertices in the mesh are duplicates of each other. Duplicates result when a vertex sits on a smoothing group or material boundary. The purpose of this template is to allow the loader to determine which vertices exhibiting different peripheral parameters are actually the same vertexes in the model. Certain applications (mesh simplification, for example) can make use of this information.

        template FaceAdjacency \
        { \
            < A64C844A-E282-4756-8B80-250CDE04398C > \
            DWORD nIndices; \
            array DWORD indices[nIndices]; \
        } 

Where:



© 2002 Microsoft Corporation. All rights reserved.