Are you using the latest trunk?
I've done some changes this week... it shouldn't be a problem tho.
I'm using it myself in a project right now, and there are no issues so
far I can see...
do you have a code?
Fabrice
On Jan 20, 2009, at 6:19 AM, Patrick wrote:
Hi All,
I am having a problem to animate an object along a path. I followed
Fabrice's tutorial.
When I call the update method in the render loop and pass a value 0
the object, in my case a cube, is positioned at the beginning of the
path. If I change the value passed to anything other than 0 but still
below 1, the code breaks.
Why is pathAnimator.update(0); working,
but pathAnimator.update(0.5); not?
Any answers will be appreciated. :)
Thanks, Patrick