Re: [JAVA3D] Dynamic Behavior

2002-11-07 Thread Mr greg baboolal
There are 2 things you can do this, (probably there are other ways too!) 1) declare the alpha, interpolator as usual, then disable the interpolator by *.setEnable(false) then when the JButton is pressed enable the interpolator by *.setEnable(true). 2) set the alphaLoop to zero at first then when

[JAVA3D] Dynamic Behavior

2002-11-07 Thread Risto Rangel-Kuoppa
hello, I am trying to add a behavior under runtime to a transform group, for example, when I push a jButton in the AWT Form I would like an object to start rotating for 4 seconds, I have already done to rotate it when the application starts, but when I try to add the behavior in runtime an