On Tue, Aug 26, 2008 at 1:45 PM, Yanling Liu <[EMAIL PROTECTED]> wrote: > Thanks, Robert, > > The osgViewer works great with stereo on my machine. It must be the OpenGL > visual created by FOX. I'll try to use the context created by osg::Viewer > itself.
If you need to use fox you might be able to inherit the Fox window into the GraphicsContext that osgViewer creates (Fox creates the window, osgViewer creates the OpenGL graphics context). The osgviewerMFC and osgviewWX use this approach. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

