This issue is solved. To anyone who is wondering, it was because the quad
one was rendered before the quad two(duh). This means the stencil test of
quad one was made before quad two managed to set the stencil buffer.

The solution was to set the quad two to be rendered before anything else in
the scene

> ss_two->setRenderBinDetails(-1, "RenderBin");
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to