Definition at line 248 of file ChangingToView.h. References OglGui::View::mView3D. Referenced by DoMovePhysics(), DoRotatePhysics(), and DoSizePhysics(). 00249 { 00250 if (tPassed <= tDuration) 00251 oglSys.UpdateSceneFlag(mView3D->oglWnd,1); 00252 else 00253 tPassed = tDuration; 00254 return tDuration>0 ? tPassed/tDuration : 1; 00255 }
|