D3DXSHPRTSPLITMESHCLUSTERDATA structure
Syntax
typedef struct D3DXSHPRTSPLITMESHCLUSTERDATA {
UINT uVertStart;
UINT uVertLength;
UINT uFaceStart;
UINT uFaceLength;
UINT uClusterStart;
UINT uClusterLength;
} D3DXSHPRTSPLITMESHCLUSTERDATA, *LPD3DXSHPRTSPLITMESHCLUSTERDATA;
Members
-
uVertStart
-
Type: UINT
-
Initial vertex into remapped vertex array.
-
uVertLength
-
Type: UINT
-
Number of vertices in this supercluster.
-
uFaceStart
-
Type: UINT
-
Initial index into face array.
-
uFaceLength
-
Type: UINT
-
Number of faces in this supercluster.
-
uClusterStart
-
Type: UINT
-
Initial index into cluster array.
-
uClusterLength
-
Type: UINT
-
Number of clusters in this supercluster array.
Requirements
Requirement | Value |
---|---|
Header |
|
See also