OpenSceneGraph/examples/osgcompositeviewer
Robert Osfield 2b45fd1510 From Paul Melis, "Here is an updated osgViewer::StatsHandler. It has the following changes:
- The text and dark background rectangles are now correctly placed, and
slightly resized here and there.
- All counters (vertices, etc) now use a fixed formatting with 0 digits
precision, to prevent the text from being shown in scientific notation
when the number get large (e.g. 6.34344e+6). I tested with a scene
containing roughly 4 million vertices, to make sure its stats would
display correctly.

I also made slight changes to osgcompositeviewer (attached) to aid in
testing the stats display, specifically displaying of camera and view
names."
2009-01-28 09:31:43 +00:00
..
CMakeLists.txt Renamed osgmultiplecameras to osgcompositeviewer 2007-06-05 19:44:11 +00:00
osgcompositeviewer.cpp From Paul Melis, "Here is an updated osgViewer::StatsHandler. It has the following changes: 2009-01-28 09:31:43 +00:00