On Thu, May 7, 2009 at 11:20 PM, Allen Saucier <allen.sauc...@itt.com> wrote:
> Would y'all mind pointing me in the right direction to be able to have two 
> "views" into a single scene and be able independently control the cameras in 
> each?

Well convert your language above into classes, you'll have two
osgViewer::View share a single "Scene" and a Camera Manipulator to
control the master Camera of each view.  This shouts out
CompositeViewer as the solution.

The osgcompositeviewer example shows you how to do exactly what you want.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to