[osg-users] Dynamic Modification..

2009-04-20 Thread Ignazio
Hi, I'm a new member of this forum..So if I make mistakes please apologize me.. I have a problem... :) I create a 3d application(a simple application, I have a set of cones and Cylinders). The structure of application is : osg::ref_ptrosg::Group root; Cosg::Cone* unitCone; osg::Cylinder*

Re: [osg-users] Dynamic Modification..

2009-04-21 Thread Ignazio
Thanks a lot Allen and Robert. I'll try to modify my source code with our directions.. I explane you my true problem.I must change the solid color dinamically, during the execution. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=10529#10529

Re: [osg-users] Dynamic Modification..

2009-04-21 Thread Ignazio
Thanks Allen..Now I try to do what you suggested me. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=10533#10533 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Dynamic Modification..

2009-04-21 Thread Ignazio
Thanks, I change the methods like you..So a last question..I change color for example for 3 seconds,after this time I must set the default solid color.. And during this time others sphere must brighten..Thanks a lot.. -- Read this topic online here:

Re: [osg-users] Dynamic Modification..

2009-04-21 Thread Ignazio
Thanks a lot.I try to do what you suggested..Thanks -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=10548#10548 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Dynamic Modification..

2009-04-22 Thread Ignazio
OK Paul..thanks a lot -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=10592#10592 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Dynamic Modification..

2009-05-04 Thread Ignazio
I resolve my problem in this way: while(!(viewer.done)) { //code that modify structure viewer.(frame); } Thanks a lot. Ignazio -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=11271#11271