Re: [osg-users] osgviewerQtWidget Quadbuffer Stereo Alpha Problems

2009-10-02 Thread Scott Senften
for the actual window. The glxMakeCurrent then fails if an alpha channel is requested. If quadbuffer stereo is requested, the render throws a GL error. Scott On Wed, Sep 30, 2009 at 4:41 PM, Scott Senften ssenf...@gmail.com wrote: Well, I followed the initialization all the way through

Re: [osg-users] osgviewerQtWidget Quadbuffer Stereo Alpha Problems

2009-09-30 Thread Scott Senften
current by ViewerBase and that looks right Has anyone else tried setting quadbuffered stereo or requested an alpha buffer using this example on linux? Any guidance or info would be appreciated. Scott On Tue, Sep 29, 2009 at 12:34 PM, Scott Senften sc...@senften.com wrote: Pierre, Thanks

Re: [osg-users] osgviewerQtWidget Quadbuffer Stereo Alpha Problems

2009-09-29 Thread Scott Senften
others can be more helpful... Pierre. Le lundi 28 septembre 2009 à 17:42 -0500, Scott Senften a écrit : HI all, I'm having two difficulties with osgviewerQtWidget on linux, and I was hoping someone else may have already seen this and can give me some insight as to my troubles. In main.cpp, I

[osg-users] osgviewerQtWidget Quadbuffer Stereo Alpha Problems

2009-09-28 Thread Scott Senften
HI all, I'm having two difficulties with osgviewerQtWidget on linux, and I was hoping someone else may have already seen this and can give me some insight as to my troubles. In main.cpp, I added the following lines to turn on quadbuffer stereo. QPointertestMainWin myMainWindow = new

Re: [osg-users] Development of Qt support as part of osgViewer

2009-05-18 Thread Scott Senften
So this happens to be exactly what I've been struggling with over the past week. I want a multithreaded OsgViewer to integrate into a QT GUI and added into a QT layout. I started with the osgviewerQT example and quickly learned that the embedded widget can't be multithreaded and that

Re: [osg-users] osgviewerQT example

2008-12-08 Thread Scott Senften
I've been trying to use the ViewerQT portion of osgviewerQT example. Has anyone been able to get the ViewerQT class to work when the threading model is set to osgViewer::Viewer::ThreadPerContext instead of single threaded? Thanks Scott On Thu, Dec 4, 2008 at 8:11 AM, Serge Lages [EMAIL

Re: [osg-users] osgviewerQT example

2008-12-08 Thread Scott Senften
Oh, my apologies, I should have specified that I'm working under linux. On Mon, Dec 8, 2008 at 7:34 PM, Scott Senften [EMAIL PROTECTED] wrote: I've been trying to use the ViewerQT portion of osgviewerQT example. Has anyone been able to get the ViewerQT class to work when the threading model