![]() |
![]() |
![]() |
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
Header d3dx9mesh.h Minimum operating systems Windows 98
See Also
D3DXSHPRTCompSplitMeshSC