Microsoft DirectX 8.1 (Visual Basic)

D3DXBONECOMBINATION

Describes a subset of the mesh that has the same attribute and bone combination.

Type D3DXBONECOMBINATION
    AttribId As Long
    FaceCount As Long
    FaceStart As Long
    VertexCount As Long
    VertexStart As Long
End Type

Members

AttribId
Attribute table identifier.
FaceCount
Face count.
FaceStart
Starting face.
VertexCount
Vertex count.
VertexStart
Starting vertex.

Remarks

The subset of the mesh described by D3DXBONECOMBINATION can be rendered in a single drawing call.