Hi Roderick, On 5/10/07, Roderick Kennedy <[EMAIL PROTECTED]> wrote:
Thanks for your reply. Unfortunately, CompositeViewer only seems to accept osgViewer::View instances – it cannot therefore combine embedded and non-embedded windows.
Not sure what you mean by embedded and non-embedded windows, you can attach the each View's Cameras to one or different GraphicsWindow's.
Also in the osgmultiplecamera example, all views are updated using run(), whereas I would need to update them individually. Is there a solution for these two cases?
You can write your own frame loop and call frame yourself, but there is just one frame() method though. When you say you only want to update one view at a time, do you mean just update their scenes, or do you mean do the rendering? Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
