Re: [osg-users] GraphicsContext problem

2009-03-20 Thread Robert Osfield
Hi Yun, Have a look through the osg-users archives, there has been plenty discussed about OpenGL/OSG integration. It's a bit tricky due to state management, so if you can I'd recommend just using OSG all the way as it'll lead to better performance and an easier life alround. Robert. 2009/3/20 L

Re: [osg-users] GraphicsContext problem

2009-03-20 Thread Lingyun Yu
nobody had the same thing? On Fri, Mar 20, 2009 at 12:20 PM, Lingyun Yu wrote: > Hi guys, > > I want to use OpenGL to render the interface, but use OSG to render in a > region. And in this region I use OSG manipulator, but in the rest of the > interface I use others. I don't know if it is possibl

[osg-users] GraphicsContext problem

2009-03-20 Thread Lingyun Yu
Hi guys, I want to use OpenGL to render the interface, but use OSG to render in a region. And in this region I use OSG manipulator, but in the rest of the interface I use others. I don't know if it is possible, if it is, how to do? Thanks in advance. -- Cheers, Yun __