zonk wrote:
> you could change the frame scheme from CONTINUOUS to ON_DEMAND.
> Or look into viewers run() function and perform the different traversal calls 
> per frame manually.
> 


Yes, that was exactly it:

viewer->setRunFrameScheme(osgViewer::ViewerBase::ON_DEMAND); 
viewer->setRunFrameScheme(osgViewer::ViewerBase::CONTINUOUS); 
viewer->setRunMaxFrameRate(double fps);

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=51483#51483





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to