D3DXSHPRTSPLITMESHCLUSTERDATA
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXSHPRTSPLITMESHCLUSTERDATA Structure


Syntax

typedef struct D3DXSHPRTSPLITMESHCLUSTERDATA {
    UINT uVertStart;
    UINT uVertLength;
    UINT uFaceStart;
    UINT uFaceLength;
    UINT uClusterStart;
    UINT uClusterLength;
} D3DXSHPRTSPLITMESHCLUSTERDATA;

Members

uVertStart
Initial vertex into remapped vertex array.
uVertLength
Number of vertices in this supercluster.
uFaceStart
Initial index into face array.
uFaceLength
Number of faces in this supercluster.
uClusterStart
Initial index into cluster array.
uClusterLength
Number of clusters in this supercluster array.

Structure Information

Headerd3dx9mesh.h
Minimum operating systems Windows 98

See Also

D3DXSHPRTCompSplitMeshSC


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