Alpha to coverage didn't have any visible effect, but using alpha testing 
instead seems to work:


Code:

osg::AlphaFunc *af = new osg::AlphaFunc();
af->setFunction(osg::AlphaFunc::GEQUAL, 0.75f);
ss->setAttributeAndModes(af, osg::StateAttribute::ON);




Cheers,
Michael[/code]

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=48719#48719





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to