Searched refs:sharedBlendIndexToBoneIndexMap (Results 1 – 13 of 13) sorted by relevance
/dports/games/stuntrally/stuntrally-2.6.1/source/btOgre/ |
H A D | BtOgreAnim.cpp | 65 &mEntity->getMesh()->sharedBlendIndexToBoneIndexMap); in addEntity() 102 0, &mesh->sharedBlendIndexToBoneIndexMap); in addMesh()
|
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/ |
H A D | OgreSubEntity.cpp | 193 … mSubMesh->parent->sharedBlendIndexToBoneIndexMap : mSubMesh->blendIndexToBoneIndexMap; in getWorldTransforms() 228 … mSubMesh->parent->sharedBlendIndexToBoneIndexMap : mSubMesh->blendIndexToBoneIndexMap; in getNumWorldTransforms()
|
H A D | OgreEntity.cpp | 490 … for (size_t iBlend = 0; iBlend < mMesh->sharedBlendIndexToBoneIndexMap.size(); ++iBlend) in getBoundingBox() 493 size_t iBone = mMesh->sharedBlendIndexToBoneIndexMap[ iBlend ]; in getBoundingBox() 916 … mBoneMatrices, mMesh->sharedBlendIndexToBoneIndexMap); in updateAnimation() 922 blendMatrices, mMesh->sharedBlendIndexToBoneIndexMap.size(), in updateAnimation()
|
H A D | OgreInstanceManager.cpp | 201 idxMap = idxMap.empty() ? mMeshReference->sharedBlendIndexToBoneIndexMap : idxMap; in buildNewBatch()
|
H A D | OgreMesh.cpp | 330 newMesh->sharedBlendIndexToBoneIndexMap = sharedBlendIndexToBoneIndexMap; in clone() 732 sharedBlendIndexToBoneIndexMap, sharedVertexData); in _compileBoneAssignments()
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/ |
H A D | OgreSubEntity.cpp | 234 … mSubMesh->parent->sharedBlendIndexToBoneIndexMap : mSubMesh->blendIndexToBoneIndexMap; in getWorldTransforms() 269 … mSubMesh->parent->sharedBlendIndexToBoneIndexMap : mSubMesh->blendIndexToBoneIndexMap; in getNumWorldTransforms()
|
H A D | OgreMesh.cpp | 327 newMesh->sharedBlendIndexToBoneIndexMap = sharedBlendIndexToBoneIndexMap; in clone() 659 sharedBlendIndexToBoneIndexMap, sharedVertexData); in _compileBoneAssignments()
|
H A D | OgreInstanceManager.cpp | 206 idxMap = idxMap.empty() ? mMeshReference->sharedBlendIndexToBoneIndexMap : idxMap; in buildNewBatch()
|
H A D | OgreEntity.cpp | 857 mBoneMatrices, mMesh->sharedBlendIndexToBoneIndexMap); in updateAnimation() 863 blendMatrices, mMesh->sharedBlendIndexToBoneIndexMap.size(), in updateAnimation()
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/ |
H A D | OgreMesh.h | 315 IndexMap sharedBlendIndexToBoneIndexMap; variable
|
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/ |
H A D | OgreMesh.h | 331 IndexMap sharedBlendIndexToBoneIndexMap; variable
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/RTShaderSystem/src/ |
H A D | OgreShaderExHardwareSkinning.cpp | 468 …boneCount = std::max<ushort>(pMesh->sharedBlendIndexToBoneIndexMap.size(), pSubMesh->blendIndexToB… in extractSkeletonData()
|
/dports/graphics/ogre3d/ogre-1.11.6/Components/RTShaderSystem/src/ |
H A D | OgreShaderExHardwareSkinning.cpp | 458 …boneCount = ushort(std::max(pMesh->sharedBlendIndexToBoneIndexMap.size(), pSubMesh->blendIndexToBo… in extractSkeletonData()
|