D3DX10CreateSkinInfo function
Creates an empty skin mesh object using a declarator.
Syntax
HRESULT D3DX10CreateSkinInfo(
_Out_ LPD3DX10SKININFO *ppSkinInfo
);
Parameters
-
ppSkinInfo [out]
-
Type: LPD3DX10SKININFO*
Address of a pointer to an ID3DX10SkinInfo Interface, representing the created skin mesh object.
Return value
Type: HRESULT
If the function succeeds, the return value is D3D_OK. If the function fails, the return value can be: E_OUTOFMEMORY.
Remarks
Use the ID3DX10SkinInfo::SetBoneInfluence to populate the empty skin mesh object returned by this method.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also