D3DXSHPRTSPLITMESHCLUSTERDATA, structure

Syntaxe

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

Membres

uVertStart

Type : uint

Sommet initial dans le tableau de vertex remappé.

uVertLength

Type : uint

Nombre de vertex dans ce supercluster.

uFaceStart

Type : uint

Index initial dans le tableau de faces.

uFaceLength

Type : uint

Nombre de visages dans ce supercluster.

uClusterStart

Type : uint

Index initial dans le groupe de clusters.

uClusterLength

Type : uint

Nombre de clusters dans ce groupe supercluster.

Configuration requise

Condition requise Valeur
En-tête
D3dx9mesh. h

Voir aussi

Structures D3DX

D3DXSHPRTCompSplitMeshSC