On Fri, Apr 3, 2009 at 12:50 PM, Endre Lidal <[email protected]> wrote:
> Good news, problem fixed. I upgraded the nvidia gfx drivers and voila it > worked with no modification of my code. I should have checked this first, > but I got lost in graphics contexts, multi-GPU and was certain that it was a > bug in my code. Sorry [Embarassed] Good to hear that a driver update fixed the problem. > > The right way to do multiple graphics cards to open up a single graphics > context for each graphics card, and use the OSG's master/slave camera > support in osgViewer to do all the threading/context management. I've > heard from Windows users that Windows might still be cloning contexts > though. > > > > Back to my initial question, are there any example or documentation on how > to do this? I'm still little lost... > The osgcamera and osgwindow examples are reasonable places to start. Also lots has been discussed on the mailing lists as well - just search for osgViewer Viewer, CompositeViewer, Traits, GraphicsContext, Slave, Master etc. Robert.
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

