Re: [osg-users] Depth test and RenderBin details

2012-06-11 Thread Bob Slobodan
Hi guys, First of all, thank you for the answers. Unfortunately, I couldn't solve my problem. I already tried the first solution that consisted in giving different render bin to the axis and the sphere, but then I either have the sphere always on top of the axis, or the axis always on top of

Re: [osg-users] Depth test and RenderBin details

2012-06-10 Thread Riccardo Corsi
Hi, you can also use the TraversalOrderBin which renders children node in the order they are visited, and place in the correct order the different dragger primitives in your subgraph. Ricky On Sat, Jun 9, 2012 at 12:00 PM, Sergey Polischuk pol...@yandex.ru wrote: Hi You may set different

Re: [osg-users] Depth test and RenderBin details

2012-06-09 Thread Sergey Polischuk
Hi You may set different render bins to sphere and axis Cheers 08.06.2012, 16:49, Bob Slobodan qgalv...@msn.com: Hi guys, I've been implementing my own dragger (from scratch, I didn't use the osg draggers for specific reasons) and I have some problem with the render order. Basically my

[osg-users] Depth test and RenderBin details

2012-06-08 Thread Bob Slobodan
Hi guys, I've been implementing my own dragger (from scratch, I didn't use the osg draggers for specific reasons) and I have some problem with the render order. Basically my dragger is composed of four sub-draggers : - 3 axis dragger (each one composed of a line and a cone) - 1 sphere dragger