Hi Jean-Sébastien, I must apply a changing to an osg::ShapeDrawable element,not 
a osg:Node.Is possible apply an update call back to a Drawable?
I remenber you my datastructure:
I have a osg::Group root,
an array of osg::ShapeDrawable drawable[]
an a osg::Geode geode.

then:
geode  -> addDrawable(drawable[i]);
root -> addChild(geode);

I must modify the color of drawable[i] for any i.
I'm trying to apply the method the Allen axplain, but if you are a method to 
change color by update call back,please explain your method..Thanks a lot.

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





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

Reply via email to