/dports/games/jvgs/jvgs-0.5.1-src/src/effect/ |
H A D | TimeEffect.cpp | 14 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 D | animation_cycle.cpp | 82 setTimeFactor(1.0f); in setAsync() 87 setTimeFactor(getCoreAnimation()->getDuration() / duration); in setAsync()
|
H A D | animation.h | 54 void setTimeFactor(float timeFactor);
|
H A D | mixer.h | 168 void setTimeFactor(float timeFactor);
|
H A D | animation.cpp | 136 void CalAnimation::setTimeFactor(float timeFactor) in setTimeFactor() function in CalAnimation
|
H A D | mixer.cpp | 589 void CalMixer::setTimeFactor(float timeFactor) in setTimeFactor() function in CalMixer
|
/dports/games/jvgs/jvgs-0.5.1-src/src/game/ |
H A D | LevelManager.h | 67 virtual void setTimeFactor(float timeFactor);
|
H A D | LevelManager.cpp | 129 void LevelManager::setTimeFactor(float timeFactor) in setTimeFactor() function in jvgs::game::LevelManager
|
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/ |
H A D | OgreControllerManager.cpp | 223 void ControllerManager::setTimeFactor(Real tf) { in setTimeFactor() function in Ogre::ControllerManager 224 static_cast<FrameTimeControllerValue*>(mFrameTimeController.get())->setTimeFactor(tf); in setTimeFactor()
|
H A D | OgrePredefinedControllers.cpp | 85 void FrameTimeControllerValue::setTimeFactor(Real tf) { in setTimeFactor() function in Ogre::FrameTimeControllerValue
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/ |
H A D | OgreControllerManager.cpp | 252 void ControllerManager::setTimeFactor(Real tf) { in setTimeFactor() function in Ogre::ControllerManager 253 static_cast<FrameTimeControllerValue*>(mFrameTimeController.getPointer())->setTimeFactor(tf); in setTimeFactor()
|
H A D | OgrePredefinedControllers.cpp | 89 void FrameTimeControllerValue::setTimeFactor(Real tf) { in setTimeFactor() function in Ogre::FrameTimeControllerValue
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/ |
H A D | OgreControllerManager.h | 225 void setTimeFactor(Real tf);
|
H A D | OgrePredefinedControllers.h | 67 void setTimeFactor(Real tf);
|
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/ |
H A D | OgreControllerManager.h | 223 void setTimeFactor(Real tf);
|
H A D | OgrePredefinedControllers.h | 70 void setTimeFactor(Real tf);
|
/dports/games/jvgs/jvgs-0.5.1-src/resources/player/ |
H A D | script.lua | 99 lm:setTimeFactor(0.2)
|
/dports/graphics/ogre3d/ogre-1.11.6/Tests/VisualTests/Context/src/ |
H A D | TestContext.cpp | 390 Ogre::ControllerManager::getSingleton().setTimeFactor(1.f); in runSample()
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tests/VisualTests/Context/src/ |
H A D | TestContext.cpp | 379 Ogre::ControllerManager::getSingleton().setTimeFactor(1.f); in runSample()
|