Home
last modified time | relevance | path

Searched refs:sharedBlendIndexToBoneIndexMap (Results 1 – 13 of 13) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/btOgre/
H A DBtOgreAnim.cpp65 &mEntity->getMesh()->sharedBlendIndexToBoneIndexMap); in addEntity()
102 0, &mesh->sharedBlendIndexToBoneIndexMap); in addMesh()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreSubEntity.cpp193 … mSubMesh->parent->sharedBlendIndexToBoneIndexMap : mSubMesh->blendIndexToBoneIndexMap; in getWorldTransforms()
228 … mSubMesh->parent->sharedBlendIndexToBoneIndexMap : mSubMesh->blendIndexToBoneIndexMap; in getNumWorldTransforms()
H A DOgreEntity.cpp490 … 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 DOgreInstanceManager.cpp201 idxMap = idxMap.empty() ? mMeshReference->sharedBlendIndexToBoneIndexMap : idxMap; in buildNewBatch()
H A DOgreMesh.cpp330 newMesh->sharedBlendIndexToBoneIndexMap = sharedBlendIndexToBoneIndexMap; in clone()
732 sharedBlendIndexToBoneIndexMap, sharedVertexData); in _compileBoneAssignments()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreSubEntity.cpp234 … mSubMesh->parent->sharedBlendIndexToBoneIndexMap : mSubMesh->blendIndexToBoneIndexMap; in getWorldTransforms()
269 … mSubMesh->parent->sharedBlendIndexToBoneIndexMap : mSubMesh->blendIndexToBoneIndexMap; in getNumWorldTransforms()
H A DOgreMesh.cpp327 newMesh->sharedBlendIndexToBoneIndexMap = sharedBlendIndexToBoneIndexMap; in clone()
659 sharedBlendIndexToBoneIndexMap, sharedVertexData); in _compileBoneAssignments()
H A DOgreInstanceManager.cpp206 idxMap = idxMap.empty() ? mMeshReference->sharedBlendIndexToBoneIndexMap : idxMap; in buildNewBatch()
H A DOgreEntity.cpp857 mBoneMatrices, mMesh->sharedBlendIndexToBoneIndexMap); in updateAnimation()
863 blendMatrices, mMesh->sharedBlendIndexToBoneIndexMap.size(), in updateAnimation()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreMesh.h315 IndexMap sharedBlendIndexToBoneIndexMap; variable
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreMesh.h331 IndexMap sharedBlendIndexToBoneIndexMap; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/RTShaderSystem/src/
H A DOgreShaderExHardwareSkinning.cpp468 …boneCount = std::max<ushort>(pMesh->sharedBlendIndexToBoneIndexMap.size(), pSubMesh->blendIndexToB… in extractSkeletonData()
/dports/graphics/ogre3d/ogre-1.11.6/Components/RTShaderSystem/src/
H A DOgreShaderExHardwareSkinning.cpp458 …boneCount = ushort(std::max(pMesh->sharedBlendIndexToBoneIndexMap.size(), pSubMesh->blendIndexToBo… in extractSkeletonData()