On 8/1/06, Argentieri, John-P63223 <[EMAIL PROTECTED]> wrote:
Is it possible to modify the color array once geometry becomes drawable of a geode and has a texture map on it? I would like to gradually fade some imagery mapped onto it.
Just update the colour array, but don't forget to disable display lists via drawable->setUseDisplayLists(false) otherwise you won't see you updates. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
