Home
last modified time | relevance | path

Searched refs:setTimeFactor (Results 1 – 19 of 19) sorted by relevance

/dports/games/jvgs/jvgs-0.5.1-src/src/effect/
H A DTimeEffect.cpp14 LevelManager::getInstance()->setTimeFactor(timeFactor); in TimeEffect()
19 LevelManager::getInstance()->setTimeFactor(1.0f); in ~TimeEffect()
27 LevelManager::getInstance()->setTimeFactor(timeFactor); in update()
31 LevelManager::getInstance()->setTimeFactor(factor); in update()
/dports/graphics/cal3d/cal3d-20060720/src/cal3d/
H A Danimation_cycle.cpp82 setTimeFactor(1.0f); in setAsync()
87 setTimeFactor(getCoreAnimation()->getDuration() / duration); in setAsync()
H A Danimation.h54 void setTimeFactor(float timeFactor);
H A Dmixer.h168 void setTimeFactor(float timeFactor);
H A Danimation.cpp136 void CalAnimation::setTimeFactor(float timeFactor) in setTimeFactor() function in CalAnimation
H A Dmixer.cpp589 void CalMixer::setTimeFactor(float timeFactor) in setTimeFactor() function in CalMixer
/dports/games/jvgs/jvgs-0.5.1-src/src/game/
H A DLevelManager.h67 virtual void setTimeFactor(float timeFactor);
H A DLevelManager.cpp129 void LevelManager::setTimeFactor(float timeFactor) in setTimeFactor() function in jvgs::game::LevelManager
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreControllerManager.cpp223 void ControllerManager::setTimeFactor(Real tf) { in setTimeFactor() function in Ogre::ControllerManager
224 static_cast<FrameTimeControllerValue*>(mFrameTimeController.get())->setTimeFactor(tf); in setTimeFactor()
H A DOgrePredefinedControllers.cpp85 void FrameTimeControllerValue::setTimeFactor(Real tf) { in setTimeFactor() function in Ogre::FrameTimeControllerValue
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreControllerManager.cpp252 void ControllerManager::setTimeFactor(Real tf) { in setTimeFactor() function in Ogre::ControllerManager
253 static_cast<FrameTimeControllerValue*>(mFrameTimeController.getPointer())->setTimeFactor(tf); in setTimeFactor()
H A DOgrePredefinedControllers.cpp89 void FrameTimeControllerValue::setTimeFactor(Real tf) { in setTimeFactor() function in Ogre::FrameTimeControllerValue
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreControllerManager.h225 void setTimeFactor(Real tf);
H A DOgrePredefinedControllers.h67 void setTimeFactor(Real tf);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreControllerManager.h223 void setTimeFactor(Real tf);
H A DOgrePredefinedControllers.h70 void setTimeFactor(Real tf);
/dports/games/jvgs/jvgs-0.5.1-src/resources/player/
H A Dscript.lua99 lm:setTimeFactor(0.2)
/dports/graphics/ogre3d/ogre-1.11.6/Tests/VisualTests/Context/src/
H A DTestContext.cpp390 Ogre::ControllerManager::getSingleton().setTimeFactor(1.f); in runSample()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tests/VisualTests/Context/src/
H A DTestContext.cpp379 Ogre::ControllerManager::getSingleton().setTimeFactor(1.f); in runSample()