Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

float OglGui::ChangingToView::TimePassedFactor ( float  tPassed,
float  tDuration 
) [inline, private]

Definition at line 250 of file ChangingToView.h.

References OglGui::View::mView3D.

Referenced by DoMovePhysics(), DoRotatePhysics(), and DoSizePhysics().

00251     {
00252         if (tPassed <= tDuration)
00253             oglSys.UpdateSceneFlag(mView3D->oglWnd,1);
00254         else
00255             tPassed = tDuration;
00256         return tDuration>0 ? tPassed/tDuration : 1;
00257     }


Generated on Thu Jan 13 09:26:15 2011 for ImpalaSrc by  doxygen 1.5.1