Update of /cvsroot/csp/APPLICATIONS/CSPSim/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv4093
Modified Files:
ScreenInfo.h
Log Message:
no message
Index: ScreenInfo.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Include/ScreenInfo.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ScreenInfo.h 23 Apr 2003 10:02:11 -0000 1.5
--- ScreenInfo.h 23 Apr 2003 18:47:45 -0000 1.6
***************
*** 39,42 ****
--- 39,43 ----
std::string m_TTFPath;
int m_FontSize;
+ float m_CharacterSize;
osgText::Text* m_Text;
public:
***************
*** 51,55 ****
class Framerate: public ScreenInfo
{
! float m_minFps, m_maxFps;
osgText::Text* m_Date;
public:
--- 52,56 ----
class Framerate: public ScreenInfo
{
! float m_minFps, m_maxFps, m_cumul;
osgText::Text* m_Date;
public:
|