bevy/crates/bevy_animation
A-Walrus df899d2ba2
Fix morph interpolation (#9927)
# Objective
Fixes: #9898
## Solution
Make morph behave like other keyframes, lerping first between start and
end, and then between the current state and the result.

## Changelog
Fixed jerky morph targets

---------

Co-authored-by: Nicola Papale <nicopap@users.noreply.github.com>
Co-authored-by: CGMossa <cgmossa@gmail.com>
2023-09-27 01:46:27 +00:00
..
src Fix morph interpolation (#9927) 2023-09-27 01:46:27 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00