Hi,

To use a mutipass I need to turn on blending. (at least with open gl)
Is it also needed with osgFX or is it automatic?

I tried adding a BlendEquation object to my stateset, but I could not figure 
out which symbolic constant corresponds to the gl functions

        glEnable(GL_BLEND);
        glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);

Anyone?

Thank you.

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





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to