Share via


Estrutura D3DXSHPRTSPLITMESHCLUSTERDATA

Sintaxe

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

Membros

uVertStart

Tipo: UINT

Vértice inicial em matriz de vértice remapeada.

uVertLength

Tipo: UINT

Número de vértices neste supercluster.

uFaceStart

Tipo: UINT

Índice inicial na matriz facial.

uFaceLength

Tipo: UINT

Número de rostos neste supercluster.

uClusterStart

Tipo: UINT

Índice inicial na matriz de cluster.

uClusterLength

Tipo: UINT

Número de clusters nesta matriz de supercluster.

Requisitos

Requisito Valor
parâmetro
D3dx9mesh.h

Confira também

Estruturas D3DX

D3DXSHPRTCompSplitMeshSC