I’m using a slightly tweaked version of the BetterSkinned code to play animation clips and it works fine but I’d like to blend/transition smoothly between them.
I’ve tried having it slerp/lerp between the rotation/translation of each BoneInfo object of the 2 clips then send the result to the assigned bone in the model but that just ends up a mess. I think I’m missnig something
This post http://community.monogame.net/t/better-skinned-3d-animations-monogame-port-completed/1606 has a guy who managed it fine but that was from 2014 and the example code no longer exists.
Has anyone managed it get blending/transitions to work and could help me?
Thanks