Can a FollowSpline animator be automatically destroyed when the scene node has got to the last node?
And also, It looks like the follow spline animator doesn't work well with the collision response aniamtor. Does it matter the order in which they are created and/or asigned?
Can a FollowSpline animator be automatically destroyed...
Running a spline animation along with collision responses does not sound like a good idea! The spline will force an object one way while the collision forces it the other way.. Turn off collisions while using a spline animation.
As for stopping at the end of the animation, I had this problem too. My solution was to check if the objects distance from the last point in the spline sequence was within a certain threshhold. When using this technique its useful to submit the last point twice in order to ensure the object heads straight towards the last point.
As for stopping at the end of the animation, I had this problem too. My solution was to check if the objects distance from the last point in the spline sequence was within a certain threshhold. When using this technique its useful to submit the last point twice in order to ensure the object heads straight towards the last point.
.: http://www.mercior.com :.