| 310 | } |
| 311 | |
| 312 | bool RenderManager::updateMenuEntityAnimation(Ogre::AnimationState* animState, Ogre::Real timeSinceLastFrame) |
| 313 | { |
| 314 | animState->addTime(timeSinceLastFrame); |
| 315 | return animState->hasEnded(); |
| 316 | } |
| 317 | |
| 318 | Ogre::SceneNode* RenderManager::getMenuEntityNode(const std::string& entityName) |
| 319 | { |