Re: [osg-users] Making objects transparent without using textures at all

2010-07-22 Thread Dženan Zukić
Hi, Examples that come with the OSG source code? Cheers, Dženan -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=30186#30186 ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] Making objects transparent without using textures at all

2010-06-21 Thread nikhil raprolu simha
Hi, I want to know if it is possible to make objects transparent without using a transparent texture .I am using the following code but it turns out to be opaque. ss-ref(); ss-setMode(GL_BLEND, StateAttribute::ON);

Re: [osg-users] Making objects transparent without using textures at all

2010-06-21 Thread Gordon Tomlinson
transparent without using textures at all Hi, I want to know if it is possible to make objects transparent without using a transparent texture .I am using the following code but it turns out to be opaque. ss-ref(); ss-setMode(GL_BLEND

Re: [osg-users] Making objects transparent without using textures at all

2010-06-21 Thread nikhil raprolu simha
Hi, Thanks for the reply gordon. Which examples are you referring to? Cheers, nikhil -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=29205#29205 ___ osg-users mailing list