- Clone
HRESULT Clone(ID3DXSkinInfo* ppSkinInfo)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ConvertToBlendedMesh
HRESULT ConvertToBlendedMesh(ID3DXMesh pMesh, DWORD Options, DWORD* pAdjacencyIn, LPDWORD pAdjacencyOut, DWORD* pFaceRemap, ID3DXBuffer* ppVertexRemap, DWORD* pMaxFaceInfl, DWORD* pNumBoneCombinations, ID3DXBuffer* ppBoneCombinationTable, ID3DXMesh* ppMesh)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ConvertToIndexedBlendedMesh
HRESULT ConvertToIndexedBlendedMesh(ID3DXMesh pMesh, DWORD Options, DWORD paletteSize, DWORD* pAdjacencyIn, LPDWORD pAdjacencyOut, DWORD* pFaceRemap, ID3DXBuffer* ppVertexRemap, DWORD* pMaxVertexInfl, DWORD* pNumBoneCombinations, ID3DXBuffer* ppBoneCombinationTable, ID3DXMesh* ppMesh)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- FindBoneVertexInfluenceIndex
HRESULT FindBoneVertexInfluenceIndex(DWORD boneNum, DWORD vertexNum, DWORD* pInfluenceIndex)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetBoneInfluence
HRESULT GetBoneInfluence(DWORD bone, DWORD* vertices, FLOAT* weights)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetBoneName
LPCSTR GetBoneName(DWORD Bone)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetBoneOffsetMatrix
D3DXMATRIX* GetBoneOffsetMatrix(DWORD Bone)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetBoneVertexInfluence
HRESULT GetBoneVertexInfluence(DWORD boneNum, DWORD influenceNum, float* pWeight, DWORD* pVertexNum)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetDeclaration
HRESULT GetDeclaration(D3DVERTEXELEMENT9 Declaration)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetFVF
DWORD GetFVF()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetMaxFaceInfluences
HRESULT GetMaxFaceInfluences(IDirect3DIndexBuffer9 pIB, DWORD NumFaces, DWORD* maxFaceInfluences)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetMaxVertexInfluences
HRESULT GetMaxVertexInfluences(DWORD* maxVertexInfluences)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetMinBoneInfluence
FLOAT GetMinBoneInfluence()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetNumBoneInfluences
DWORD GetNumBoneInfluences(DWORD bone)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetNumBones
DWORD GetNumBones()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Remap
HRESULT Remap(DWORD NumVertices, DWORD* pVertexRemap)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetBoneInfluence
HRESULT SetBoneInfluence(DWORD bone, DWORD numInfluences, DWORD* vertices, FLOAT* weights)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetBoneName
HRESULT SetBoneName(DWORD Bone, LPCSTR pName)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetBoneOffsetMatrix
HRESULT SetBoneOffsetMatrix(DWORD Bone, D3DXMATRIX* pBoneTransform)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetBoneVertexInfluence
HRESULT SetBoneVertexInfluence(DWORD boneNum, DWORD influenceNum, float weight)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetDeclaration
HRESULT SetDeclaration(D3DVERTEXELEMENT9* pDeclaration)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetFVF
HRESULT SetFVF(DWORD FVF)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetMinBoneInfluence
HRESULT SetMinBoneInfluence(FLOAT MinInfl)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- UpdateSkinnedMesh
HRESULT UpdateSkinnedMesh(D3DXMATRIX* pBoneTransforms, D3DXMATRIX* pBoneInvTransposeTransforms, LPCVOID pVerticesSrc, PVOID pVerticesDst)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.