[osg-users] Whether a viewer is required for every osg based application?
Zheng Li
908835930 at qq.com
Sat Mar 19 02:26:32 PDT 2016
scrawl wrote:
> 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
I see,Thanks!
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=66564#66564
More information about the osg-users
mailing list