Update of /cvsroot/csp/APPLICATIONS/CSPFlightSim/Source
In directory sc8-pr-cvs1:/tmp/cvs-serv7567
Modified Files:
CSPFlightSim.cpp
Log Message:
Adding TimeStamp (for particle) and using it instead of SDLTicks
Index: CSPFlightSim.cpp
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPFlightSim/Source/CSPFlightSim.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** CSPFlightSim.cpp 13 Dec 2002 01:20:58 -0000 1.4
--- CSPFlightSim.cpp 14 Dec 2002 18:55:07 -0000 1.5
***************
*** 54,58 ****
// urgent to clarify the following or to use a real viewer!
! // it seems that this class looks more and more like an (osgSDL) viewer!
osg::Timer _timer;
osg::Timer_t _initialTick, _lastFrameTick, _frameTick;
--- 54,58 ----
// urgent to clarify the following or to use a real viewer!
! // it seems that this class looks more and more like an osg(SDL) viewer!
osg::Timer _timer;
osg::Timer_t _initialTick, _lastFrameTick, _frameTick;
***************
*** 484,490 ****
Con_rect.w = Con_rect.h = 300;
! ConsoleFont = DT_LoadFont("Fonts/ConsoleFont.bmp", 0);
! m_pConsole = CON_Init("Fonts/ConsoleFont.bmp", m_SDLScreen, 100, Con_rect);
CON_Alpha( m_pConsole, 50 );
--- 484,490 ----
Con_rect.w = Con_rect.h = 300;
! ConsoleFont = DT_LoadFont("../Data/Fonts/ConsoleFont.bmp", 0);
! m_pConsole = CON_Init("../Data/Fonts/ConsoleFont.bmp", m_SDLScreen, 100, Con_rect);
CON_Alpha( m_pConsole, 50 );
|