Home
last modified time | relevance | path

Searched refs:mAccumRoot (Results 1 – 2 of 2) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwrender/
H A Danimation.cpp788 if (!mAccumRoot) in addSingleAnimSource()
795 mAccumRoot = found->second; in addSingleAnimSource()
1099 if (blendMask == 0 && node == mAccumRoot) in resetActiveGroups()
1109 mAccumRoot->addUpdateCallback(mResetAccumRootCallback); in resetActiveGroups()
1110 mActiveControllers.emplace_back(mAccumRoot, mResetAccumRootCallback); in resetActiveGroups()
1183 if (!mAccumRoot) in getVelocity()
1207 if (Misc::StringUtils::ciEqual(it->first, mAccumRoot->getName())) in getVelocity()
1228 if (Misc::StringUtils::ciEqual(it->first, mAccumRoot->getName())) in getVelocity()
1497 mAccumRoot = nullptr; in setObjectRoot()
H A Danimation.hpp238 osg::ref_ptr<osg::Node> mAccumRoot; member in MWRender::Animation