Hi,

I made a small test program which slowly faded out an osgText::Text object 
using the setColor functing.  I  decremented the alpha value of the color over 
time.  This worked great for an osg::Viewer, but when switching to a 
CompositeViewer I have issues.

If I set the last value of setColor(1,1,1,0) to zero, then yes I see nothing.  
If I set the value to setColor(1,1,1,0.1) I get the same result as setting the 
last value to 1?

Does anyone know what the difference is between the two viewers that would 
cause this?  It could be in how I am setting up the view int he composite view.


Thank you!

Cheers,
Don

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





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

Reply via email to