Hi Sherman,

sherman wilcox schrieb:
My question is this: what other method might I employ to deal with
these alpha blending issues? How do you guys recommend handling this?
What's the recommend route to take?
have you tried using osg::ColorMask and disable writing to the alpha-channel? You'll get nicely blended RGB, but the alpha-channel remain untouched. I used this with some RTT-code where I experienced similar problems.

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

Reply via email to