On 8/2/06, Robert Osfield <[EMAIL PROTECTED]> wrote:
As I said, just attach an osg::AlphaFunc to the subgraph in question, it'll solve the problem.
Appologies getting confused between various threads. The alpha values on a colour array will have an effect on final output, but only if you don't disable it via osg::Material, or via TexEnv. You need to read up on OpenGL w.r.t materials glMaterial and glTexEnv, the OSG just does a pass along. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
