Home
last modified time | relevance | path

Searched refs:timeSinceLastFrame (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/games/opendungeons/OpenDungeons-0.7.1/source/render/
H A DODFrameListener.cpp157 void ODFrameListener::updateAnimations(Ogre::Real timeSinceLastFrame) in updateAnimations() argument
159 updateMenuScene(timeSinceLastFrame); in updateAnimations()
160 MusicPlayer::getSingleton().update(static_cast<float>(timeSinceLastFrame)); in updateAnimations()
161 mRenderManager->updateRenderAnimations(timeSinceLastFrame); in updateAnimations()
164 mGameMap->updateAnimations(timeSinceLastFrame); in updateAnimations()
179 CEGUI::System::getSingleton().injectTimePulse(evt.timeSinceLastFrame); in frameRenderingQueued()
189 updateAnimations(evt.timeSinceLastFrame); in frameRenderingQueued()
192 mCameraManager.updateCameraFrameTime(evt.timeSinceLastFrame); in frameRenderingQueued()
196 evt.timeSinceLastFrame, in frameRenderingQueued()
321 void ODFrameListener::updateMenuScene(Ogre::Real timeSinceLastFrame) in updateMenuScene() argument
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/extern/oics/
H A DICSControl.cpp100 void Control::update(float timeSinceLastFrame) in update() argument
116 float timeSinceLastFramePart = timeSinceLastFrame / std::max<size_t>(1, timedActionsCount); in update()
145 (((int)currentChangingDirection) * mStepSize * mStepsPerSeconds * (timeSinceLastFrame))); in update()
152 mValue - (mStepSize * mStepsPerSeconds * (timeSinceLastFrame)))); in update()
157 mValue + (mStepSize * mStepsPerSeconds * (timeSinceLastFrame)))); in update()
/dports/games/stuntrally/stuntrally-2.6.1/source/oics/
H A DICSControl.cpp102 void Control::update(float timeSinceLastFrame) in update() argument
118 float timeSinceLastFramePart = timeSinceLastFrame / std::max<size_t>(1, timedActionsCount); in update()
157 (mult * mStepSize * mStepsPerSeconds * (timeSinceLastFrame))); in update()
164 mValue - (mStepSize * mStepsPerSeconds * (timeSinceLastFrame)))); in update()
169 mValue + (mStepSize * mStepsPerSeconds * (timeSinceLastFrame)))); in update()
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DBaseApp.cpp32 mInputCtrl->update(evt.timeSinceLastFrame); in frameRenderingQueued()
34 mInputCtrlPlayer[i]->update(evt.timeSinceLastFrame); in frameRenderingQueued()
44 Real time = evt.timeSinceLastFrame; in frameRenderingQueued()
57 Real time = evt.timeSinceLastFrame; in frameEnded()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Water/include/
H A DWater.h224 void animate(Real timeSinceLastFrame) in animate() argument
227 tm += timeSinceLastFrame ; in animate()
424 void processCircles(Real timeSinceLastFrame) in processCircles() argument
427 circles[i]->animate(timeSinceLastFrame); in processCircles()
524 void animateHead(Real timeSinceLastFrame) in animateHead() argument
531 sines[i]+=adds[i]*timeSinceLastFrame; in animateHead()
566 mAnimState->addTime(evt.timeSinceLastFrame); in frameRenderingQueued()
569 processCircles(evt.timeSinceLastFrame); in frameRenderingQueued()
572 timeoutDelay-=evt.timeSinceLastFrame ; in frameRenderingQueued()
576 animateHead(evt.timeSinceLastFrame); in frameRenderingQueued()
[all …]
/dports/games/opendungeons/OpenDungeons-0.7.1/source/renderscene/
H A DRenderSceneAnimationTime.cpp59 Ogre::Real timeSinceLastFrame) in update() argument
63 mLenght += timeSinceLastFrame; in update()
68 renderManager.updateMenuEntityAnimation(mAnimState, timeSinceLastFrame); in update()
H A DRenderSceneResizeEntity.cpp65 Ogre::Real timeSinceLastFrame) in update() argument
67 mTime += timeSinceLastFrame; in update()
76 Ogre::Real coef = timeSinceLastFrame / (mTotalTime - mTime); in update()
H A DRenderSceneTurnEntity.cpp73 Ogre::Real timeSinceLastFrame) in update() argument
75 mTime += timeSinceLastFrame; in update()
83 renderManager.updateMenuEntityAnimation(mAnimState, timeSinceLastFrame); in update()
H A DRenderSceneMoveEntity.cpp70 Ogre::Real timeSinceLastFrame) in update() argument
73 renderManager.updateMenuEntityAnimation(mAnimState, timeSinceLastFrame); in update()
78 Ogre::Real moveDist = mSpeed * timeSinceLastFrame; in update()
H A DRenderSceneWait.cpp56 Ogre::Real timeSinceLastFrame) in update() argument
58 mTimeCurrent += timeSinceLastFrame; in update()
H A DRenderSceneAnimationOnce.cpp59 Ogre::Real timeSinceLastFrame) in update() argument
67 return renderManager.updateMenuEntityAnimation(mAnimState, timeSinceLastFrame); in update()
H A DRenderSceneSyncWaitAnimation.cpp60 Ogre::Real timeSinceLastFrame) in update() argument
68 renderManager.updateMenuEntityAnimation(mAnimState, timeSinceLastFrame); in update()
H A DRenderSceneMenu.cpp56 Ogre::Real timeSinceLastFrame) in updateMenu() argument
59 sceneGroup->update(cameraManager, renderManager, timeSinceLastFrame); in updateMenu()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Water/include/
H A DWater.h225 void animate(Real timeSinceLastFrame) in animate() argument
228 tm += timeSinceLastFrame ; in animate()
429 void processCircles(Real timeSinceLastFrame) in processCircles() argument
432 circles[i]->animate(timeSinceLastFrame); in processCircles()
529 void animateHead(Real timeSinceLastFrame) in animateHead() argument
536 sines[i]+=adds[i]*timeSinceLastFrame; in animateHead()
560 mAnimState->addTime(evt.timeSinceLastFrame); in frameRenderingQueued()
563 processCircles(evt.timeSinceLastFrame); in frameRenderingQueued()
571 timeoutDelay-=evt.timeSinceLastFrame ; in frameRenderingQueued()
575 animateHead(evt.timeSinceLastFrame); in frameRenderingQueued()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/Mac OS X/Classes/
H A Dmain.cpp87 double timeSinceLastFrame; variable
105 timeSinceLastFrame = 0;
141 OgreFramework::getSingletonPtr()->updateOgre(timeSinceLastFrame);
144timeSinceLastFrame = OgreFramework::getSingletonPtr()->m_pTimer->getMillisecondsCPU() - startTime;
H A DDemoApp.cpp58 double timeSinceLastFrame = 0; in runDemo() local
79 OgreFramework::getSingletonPtr()->updateOgre(timeSinceLastFrame); in runDemo()
82timeSinceLastFrame = OgreFramework::getSingletonPtr()->m_pTimer->getMillisecondsCPU() - startTime; in runDemo()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/SDK/OSX/Xcode Templates/Xcode/Project Templates/Ogre/iPhone OS/Classes/
H A DDemoApp.cpp58 double timeSinceLastFrame = 0; in runDemo() local
79 OgreFramework::getSingletonPtr()->updateOgre(timeSinceLastFrame); in runDemo()
82timeSinceLastFrame = OgreFramework::getSingletonPtr()->m_pTimer->getMillisecondsCPU() - startTime; in runDemo()
/dports/net/opal/opal-3.10.10/src/codec/
H A Dsilencedetect.cxx168 unsigned timeSinceLastFrame = thisTimestamp - lastTimestamp; in ReceivedPacket() local
189 receivedTime += timeSinceLastFrame; in ReceivedPacket()
231 signalReceivedTime=signalReceivedTime+timeSinceLastFrame; in ReceivedPacket()
236 silenceReceivedTime=silenceReceivedTime+timeSinceLastFrame; in ReceivedPacket()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/iOS Application.xctemplate/
H A DOgreFramework.cpp302 void OgreFramework::updateOgre(double timeSinceLastFrame) in updateOgre() argument
304 m_MoveScale = m_MoveSpeed * (float)timeSinceLastFrame; in updateOgre()
305 m_RotScale = m_RotateSpeed * (float)timeSinceLastFrame; in updateOgre()
316 m_FrameEvent.timeSinceLastFrame = timeSinceLastFrame; in updateOgre()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/Mac OS X Application.xctemplate/
H A DOgreFramework.cpp302 void OgreFramework::updateOgre(double timeSinceLastFrame) in updateOgre() argument
304 m_MoveScale = m_MoveSpeed * (float)timeSinceLastFrame; in updateOgre()
305 m_RotScale = m_RotateSpeed * (float)timeSinceLastFrame; in updateOgre()
316 m_FrameEvent.timeSinceLastFrame = timeSinceLastFrame; in updateOgre()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Common/include/
H A DExampleFrameListener.h407 mSpeedLimit = mMoveScale * evt.timeSinceLastFrame; in frameRenderingQueued()
423 mTimeUntilNextToggle -= evt.timeSinceLastFrame; in frameRenderingQueued()
426 mMoveScale = mMoveSpeed * evt.timeSinceLastFrame; in frameRenderingQueued()
428 mRotScale = mRotateSpeed * evt.timeSinceLastFrame; in frameRenderingQueued()
455 mCurrentSpeed -= evt.timeSinceLastFrame * 0.3; in frameRenderingQueued()
461 mCurrentSpeed += evt.timeSinceLastFrame; in frameRenderingQueued()
/dports/graphics/rigsofrods-pagedgeometry/ogre-pagedgeometry-1.2.0/examples/
H A DPGExampleFrameListener.h435 mSpeedLimit = mMoveScale * evt.timeSinceLastFrame; in frameRenderingQueued()
451 mTimeUntilNextToggle -= evt.timeSinceLastFrame; in frameRenderingQueued()
454 mMoveScale = mMoveSpeed * evt.timeSinceLastFrame; in frameRenderingQueued()
456 mRotScale = mRotateSpeed * evt.timeSinceLastFrame; in frameRenderingQueued()
483 mCurrentSpeed -= evt.timeSinceLastFrame * 0.3; in frameRenderingQueued()
489 mCurrentSpeed += evt.timeSinceLastFrame; in frameRenderingQueued()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/DynTex/include/
H A DDynTex.h39 mTimeSinceLastFreeze += evt.timeSinceLastFrame; in frameRenderingQueued()
50 … mPenguinAnimState->addTime(evt.timeSinceLastFrame); // increment penguin idle animation time in frameRenderingQueued()
51 mPenguinNode->yaw(Radian(evt.timeSinceLastFrame)); // spin the penguin around in frameRenderingQueued()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/DynTex/include/
H A DDynTex.h46 mTimeSinceLastFreeze += evt.timeSinceLastFrame; in frameRenderingQueued()
57 mPenguinAnimState->addTime(evt.timeSinceLastFrame); // increment penguin idle animation time in frameRenderingQueued()
58 mPenguinNode->yaw(Radian(evt.timeSinceLastFrame)); // spin the penguin around in frameRenderingQueued()
/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DUpdate_Frame.cpp156 float dt = evt.timeSinceLastFrame; in frameEnded()
277 mDTime = evt.timeSinceLastFrame; in frameStarted()
353 gui->tiViewUpd += evt.timeSinceLastFrame; in frameStarted()
369 mTimer += evt.timeSinceLastFrame; in frameStarted()
395 BltUpdate(evt.timeSinceLastFrame); in frameStarted()

12345678