Skip to content

v0.6.0-alpha

Choose a tag to compare

@Remi123 Remi123 released this 21 Aug 04:59

This release, still in alpha and WIP, fixes a few issues, rework how to query the database and store node information. But the biggest addition is the MMAnimationPlayer node, which introduce Inertialization to our transitions.

Still WIP, but MManimationPlayer was the missing feature. Inertialization make MotionMatching possible by giving transition a realistic feeling.

However, instead of play(...), you must call request_animation(AnimationName,TimeStamp) with AnimationName being the string of the animation and TimeStamp being the time at which you want to play the animation (usually 0.0, but in MM it can be anytime).

However, a few AnimationPlayer functions are now unavailable ( play, advance, seek, etc ...) but request_animation should cover most of the functions.