Hi Andrea, > I want to knows how an interpolator works.
You might want to buy/read Daniel Selmans book 'Java 3D Programming: http://www.manning.com/selman/onlinebook/, Chapter 12 'Using Interpolator'. > Well, we can set initial > position and the final one, but what i want to now is if after moviment > has been done the target of the interpolator will stay in the end position > or it comes back to the initial one? An Interpolator typically is driven by an Alpha object which produces a value between 0.0 and 1.0 depending on time. That Alpha has mode flags to specify wether the produced value runs from 0 to 1, or from 1 to 0, or from 0 to 1 then back to 0 again. Have a look at the (online) book and it will all be clear. regards Georg ___ ___ | + | |__ Georg Rehfeld Woltmanstr. 12 20097 Hamburg |_|_\ |___ [EMAIL PROTECTED] +49 (40) 23 53 27 10 =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".