Re: [osg-users] Transparency and osg::Cone (shape)

2009-09-15 Thread Miguel Lokida
The lonely thing I would like to know is if I should make a 2 passes rendering using a FBO or if I add the geometry twice in the scenegraph and for each of them, make a transparent for the front and then a transparent for the back. Thank you. -- Read this topic online here:

Re: [osg-users] Transparency and osg::Cone (shape)

2009-09-11 Thread Miguel Lokida
Hi, Thank you for the answer. But is-it easy to render twice with openscenegraph ? I am new with it and don't know how to do. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=17272#17272 ___

Re: [osg-users] Transparency and osg::Cone (shape)

2009-09-11 Thread Jason Daly
Miguel Lokida wrote: Hi, Thank you for the answer. But is-it easy to render twice with openscenegraph ? I am new with it and don't know how to do. He explained how to do it in the previous message. If you didn't understand it, it might be a good idea to play around with some of the