Improved handling of stats projection size

This commit is contained in:
Robert Osfield
2009-02-02 17:15:40 +00:00
parent 630f5087dc
commit e1bdee5338
2 changed files with 12 additions and 6 deletions

View File

@@ -140,6 +140,9 @@ class OSGVIEWER_EXPORT StatsHandler : public osgGA::GUIEventHandler
unsigned int _viewerSceneChildNum;
unsigned int _numBlocks;
double _blockMultiplier;
float _statsWidth;
float _statsHeight;
};