Re: [osg-users] Depth & Sorting

2008-12-18 Thread Argentieri, John-P63223
, December 18, 2008 3:37 PM To: osg-us...@openscenegraph.org Subject: [osg-users] Depth & Sorting Folks, I want a group of objects to have GL_DEPTH_TEST disabled, BUT I want them drawn in order from farthest to nearest. I tried putting them in a SORT_BACK_TO_FRONT RenderBin, but it's not w

[osg-users] Depth & Sorting

2008-12-18 Thread Argentieri, John-P63223
Folks, I want a group of objects to have GL_DEPTH_TEST disabled, BUT I want them drawn in order from farthest to nearest. I tried putting them in a SORT_BACK_TO_FRONT RenderBin, but it's not working as planned. Do I need a custom osg::Depth? I want these objects to be drawn on top of EVERYTHING e