?/TD>
Microsoft DirectX 9.0

ID3DXPMesh::DrawSubset Method


Draws a subset of a mesh.

Syntax

HRESULT DrawSubset(      

    DWORD AttribId );

Parameters

AttribId
[in] DWORD that specifies which subset of the mesh to draw. This value is used to differentiate faces in a mesh as belonging to one or more attribute groups.

Return Value

If the method succeeds, the return value is D3D_OK.

If the method fails, the return value can be D3DERR_INVALIDCALL.



Remarks

An attribute table is used to identify areas of the mesh that need to be drawn with different textures, render states, materials, and so on. In addition, the application can use the attribute table to hide portions of a mesh by not drawing a given attribute identifier (AttribId) when drawing the frame.

See Also

ID3DXBaseMesh::GetAttributeTable, ID3DXMesh::GetAttributeTable, ID3DXPMesh::GetAttributeTable


© 2002 Microsoft Corporation. All rights reserved.