Hi Paul, You understanding of stats is spot on. GPU is simple the Graphics Process Units time to complete the frame.
The writing out to file when pressing 'o' is no longer supported as osgViewer doesn't hardwire this in like osgProducer did. osgProducer::Viewer was an everything and the kitchen sink viewer, whereas osgViewer::View(er) takes the opposite approach - no extra event handlers unless you add them. If you want to write out to file then simply just add an custom EventHandler to do this. On 10/19/07, Paul Pocock <[EMAIL PROTECTED]> wrote: > In regards to osg stats I understand the following to mean: > - > Frame Rate - in /Hz > - > Event - Event traversal > - > Update =96 The update thread updates a node of the scenegraph,update > traversal performed once each frame. > - > Cull -time taken in milliseconds for the cull traversal thread to > complete > - > Draw - ime taken in milliseconds for the draw traversal thread to > complete > - > > > GPU - ? > > Could someone confirm this for me ? > > Another Question: Where has the functionality gone to dump any loaded > scenes to .osg . you used to be able to hit the > 'o' key to perform that function - not any more. > > Best Regards > Paul > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

