[osg-users] Whether a viewer is required for every osg based application?
Jannik Heller
scrawl at baseoftrash.de
Fri Mar 18 07:43:28 PDT 2016
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
More information about the osg-users
mailing list