Re: [osg-users] CompositeViewer with quad buffered stereo?

2009-10-19 Thread Jonathan Cummings
I tried with 2.8.0 and 2.8.2, and it's the same story. Run,

osgCompositeViewerd cow.osg --stereo QUAD_BUFFER

It fails to run in stereo and produces the messages in my original post:

viewerd.exe cow.osg --stereo QUAD_BUFFER
Warning: Could not find plugin to read objects from file QUAD_BUFFER.
Warning: detected OpenGL error 'invalid operation' after RenderBin::draw(,)
... (repeated every frame) ...

Any ideas? Thanks!

Cheers,
Jonathan

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=18401#18401





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] CompositeViewer with quad buffered stereo?

2009-10-19 Thread Jonathan Cummings
Thanks Jean-Sebastian,

You were right about the application not recognizing the QUAD_BUFFER argument. 
The problem is that the quad buffered stereo still doesn't work. I still get 
the warning about an OpenGL error:

Warning: detected OpenGL error 'invalid operation' after RenderBin::draw(,)

Again, quad buffering does work for me in my application and with osgViewer. So 
I know that quad buffering is working on my system.

Any other ideas? Thanks!
Jonathan

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=18407#18407





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] CompositeViewer with quad buffered stereo?

2009-10-15 Thread Jonathan Cummings
Hi,

Is it possible to use quad buffered stereo with a osgViewer::CompositeViewer? 

In my case, I have a setup similar to the osgCompositeViewer example, i.e. 
multiple views displayed in the same window. I haven't been able to get it 
working in my application, and just tried running the example like this:

osgCompositeViewerd cow.osg --stereo QUAD_BUFFER

It runs, but with no stereo and warnings like this:
Warning: detected OpenGL error 'invalid operation' after RenderBin::draw(,)

ANAGLYPHIC stereo works fine in this example and osgViewer cow.osg --stereo 
QUAD_BUFFER does indeed produce quad buffered stereo. So I don't think it's 
not a question of gfx card and driver settings...

Any help would be greatly appreciated!

Cheers,
Jonathan

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=18309#18309





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] CompositeViewer with quad buffered stereo?

2009-10-15 Thread Jonathan Cummings
I forgot to mention that this is with OSG version 2.6.0.

Cheers,
Jonathan

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=18310#18310





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org