Hello,
After importing a jump animation, I noticed that the object in Panda is not really following it! If my object jump from a location A to an other location B, moving the object afterward will start moving it from A.
Some may say : “Once the animation is over, change the loc of the object as B!” And this is what I actually did
But I don’t think this is a good way to handle futur events like collisions and other things I didn’t think about…
Am I right ?
Is there a nicer way to do ?
Or should I calculate the whole jump action with Panda ?