Compartir a través de


Estructura D3DXSHPRTSPLITMESHCLUSTERDATA

Sintaxis

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

Miembros

uVertStart

Tipo: UINT

Vértice inicial en matriz de vértices reasignados.

uVertLength

Tipo: UINT

Número de vértices en este supercluster.

uFaceStart

Tipo: UINT

Índice inicial en la matriz de caras.

uFaceLength

Tipo: UINT

Número de caras de este supercluster.

uClusterStart

Tipo: UINT

Índice inicial en la matriz de clústeres.

uClusterLength

Tipo: UINT

Número de clústeres de esta matriz de supercluster.

Requisitos

Requisito Value
Encabezado
D3dx9mesh.h

Vea también

Estructuras D3DX

D3DXSHPRTCompSplitMeshSC