D3DXCreateSkinInfo
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXCreateSkinInfo Function


Creates an empty skin mesh object using a declarator.

Syntax

HRESULT WINAPI D3DXCreateSkinInfo(      

    DWORD NumVertices,     const D3DVERTEXELEMENT9 *pDeclaration,     DWORD NumBones,     LPD3DXSKININFO *ppSkinInfo );

Parameters

NumVertices
[in] Number of vertices for the skin mesh.
pDeclaration
[in] Array of D3DVERTEXELEMENT9 elements, describing the vertex format for the returned mesh.
NumBones
[in] Number of bones for the skin mesh.
ppSkinInfo
[out, retval] Address of a pointer to an ID3DXSkinInfo interface, representing the created skin mesh object.

Return Value

If the function succeeds, the return value is D3D_OK.

If the function fails, the return value can be E_OUTOFMEMORY.



Remarks

Use ID3DXSkinInfo::SetBoneInfluence to populate the empty skin mesh object returned by this method.

Function Information

Headerd3dx9mesh.h
Import libraryd3dx9.lib
Minimum operating systems Windows 98

See Also

ID3DXSkinInfo::SetBoneInfluence


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.