FaceAdjacency
Microsoft DirectX 9.0 SDK Update (October 2004)

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:



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