[SOLVED] Question about new Animation System - LoopMode, AnimEventListener, retarget animations

Yes, unfortunately, that will not work like that for the new system because in the new system a TansformTrack is keeping a reference to the Joint (Bone) of the model so you need to clone tracks (using jmeClone()) and update their target to refer to the joint of the new model.

See here for a solution

Or you can also use Wes library to retarget an animation

3 Likes