?/TD>
Microsoft DirectX 9.0

XSkinMeshHeader


This template is instantiated on a per-mesh basis only in meshes that contain exported skinning information. The purpose of this template is to provide information about the nature of the skinning information that was exported.

        template XSkinMeshHeader \
        { \
            < 3CF169CE-FF7C-44ab-93C0-F78F62D172E2 >  \
            WORD nMaxSkinWeightsPerVertex; \
            WORD nMaxSkinWeightsPerFace; \
            WORD nBones; \
        }

Where:



© 2002 Microsoft Corporation. All rights reserved.