Hi, osgViewer is what dispatches updates to the scene graph, fires off cull and rendering, manages the camera, and abstracts the platform-specific graphics context creation routines, among other things. You could bypass osgViewer if you implemented these tasks yourself, but I imagine it would be quite tedious. I would suggest to use Viewer even with off-screen applications.
Cheers, Jannik ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=66561#66561 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

