Hi Preet, On 15 June 2013 07:44, Preet <[email protected]> wrote: > Will this 'just work'? Or is there internal stuff in osg::Camera that needs > the object to belong to a viewer / have a proper view/context/etc setup?
I can't see any reason why it wouldn't work. The osg::Camera is essentially just a data container, it doesn't have any active role in rendering, it just tells the rendering backend what it needs to do. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

