D3DXSHPRTSPLITMESHCLUSTERDATA 结构
语法
typedef struct D3DXSHPRTSPLITMESHCLUSTERDATA {
UINT uVertStart;
UINT uVertLength;
UINT uFaceStart;
UINT uFaceLength;
UINT uClusterStart;
UINT uClusterLength;
} D3DXSHPRTSPLITMESHCLUSTERDATA, *LPD3DXSHPRTSPLITMESHCLUSTERDATA;
成员
-
uVertStart
-
类型: UINT
-
初始顶点转换为重新映射的顶点数组。
-
uVertLength
-
类型: UINT
-
此超群集中的顶点数。
-
uFaceStart
-
类型: UINT
-
人脸数组的初始索引。
-
uFaceLength
-
类型: UINT
-
此超群集中的面数。
-
uClusterStart
-
类型: UINT
-
群集数组的初始索引。
-
uClusterLength
-
类型: UINT
-
此超聚类数组中的群集数。
要求
要求 | 值 |
---|---|
标头 |
|
另请参阅