Hi Nikhil,

I want to know if there is a simple way from converting composite viewer 
(having multiple views) to multiple windows each having a single view

Actually, it only depends on how your graphics contexts are set up. If all your views' cameras are using the same graphics context, then you'll have all views together in the same window (in areas determined by their respective viewport). But you could also create separate graphics contexts (actually GraphicsWindows in your case) for each view and assign them to the cameras and then you'd have one view per window.

Hope this helps,

J-S
--
______________________________________________________
Jean-Sebastien Guay    jean-sebastien.g...@cm-labs.com
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to