Blend between Animations

Hey guys,

I’ve got a question about jMonkey in general concerning blending between animations. I want to make a lip-synch model. For that I need to blend two animations, like the animation for the letter H and the animation for the letter E. Is it even possible? Or should I try to find a different way?

thanks you in advance!

Like this you mean?
http://hub.jmonkeyengine.org/forum/topic/multiple-animation-blending/

Thanks for the link, thats some great work! But I think I only need to blend the end of one animation with the start of another animation. Is it possible?

Yes its possible

https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:beginner:hello_animation
https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:advanced:animation

Thank you! That helped alot!