-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix morph interpolation #9927
Fix morph interpolation #9927
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Nicola Papale <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I investigated this with @nicopap; As they attempted to mentor me through solving this.
I learned a lot, and thus able to review this a little bit.
Very impressive work! I still don't fully get it, but it is as far as I got myself!
Co-authored-by: CGMossa <[email protected]>
523e0f7
to
4ef3ec7
Compare
# Objective Fixes: bevyengine#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 <[email protected]> Co-authored-by: CGMossa <[email protected]>
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