Structure D3DXSHPRTSPLITMESHCLUSTERDATA
Syntaxe
typedef struct D3DXSHPRTSPLITMESHCLUSTERDATA {
UINT uVertStart;
UINT uVertLength;
UINT uFaceStart;
UINT uFaceLength;
UINT uClusterStart;
UINT uClusterLength;
} D3DXSHPRTSPLITMESHCLUSTERDATA, *LPD3DXSHPRTSPLITMESHCLUSTERDATA;
Membres
-
uVertStart
-
Type : UINT
-
Vertex initial dans un tableau de vertex remappé.
-
uVertLength
-
Type : UINT
-
Nombre de sommets dans cette supercluster.
-
uFaceStart
-
Type : UINT
-
Index initial dans le tableau de visages.
-
uFaceLength
-
Type : UINT
-
Nombre de visages dans cette supercluster.
-
uClusterStart
-
Type : UINT
-
Index initial dans le tableau de cluster.
-
uClusterLength
-
Type : UINT
-
Nombre de clusters dans ce tableau de supercluster.
Spécifications
Condition requise | Valeur |
---|---|
En-tête |
|
Voir aussi