Hi Alessandro,

If you change this:

        rendering_hint DEFAULT_BIN

to this:

         rendering_hint TRANSPARENT_BIN

and then load the file in osgviewer, does that work?

The two things you need to get proper transparency is enabling GL_BLEND and giving the TRANSPARENT_BIN rendering hint, so that the drawables are depth sorted. The .osg file you had seemed to have only one of the two. This may indicate a bug in the Collada loader.

Hope this helps,

J-S
--
______________________________________________________
Jean-Sebastien Guay    [EMAIL PROTECTED]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to