Skip to content
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

Fixed cubic interpolate with loop #58344

Merged

Conversation

TokageItLab
Copy link
Member

@TokageItLab TokageItLab commented Feb 20, 2022

Supersede #54811. In the pingpong loop, it is wrong to interpolate between the end and first keys, so this has been fixed.
Fixed #20087.

Copy link
Member

@fire fire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not able to check the results of LOOP_PING_PONG cubic interpolate in its entirety, but TokageIt / Reduz know the most about this area and my [branch] master...V-Sekai:fix-cubic_slerp continues to improve on quaternion cubic interpolate.

@akien-mga akien-mga merged commit 0beb721 into godotengine:master Feb 22, 2022
@akien-mga
Copy link
Member

Thanks!

@akien-mga akien-mga added the cherrypick:3.x Considered for cherry-picking into a future 3.x release label Feb 22, 2022
@akien-mga
Copy link
Member

akien-mga commented Mar 1, 2022

This could use a dedicated backport PR for 3.x as there's no loop_mode there, and I don't want to make a guess when cherry-picking :)

@TokageItLab
Copy link
Member Author

@akien-mga For now, cherry-picked as #58651.

@akien-mga akien-mga removed the cherrypick:3.x Considered for cherry-picking into a future 3.x release label Mar 1, 2022
@TokageItLab TokageItLab deleted the fix-cubic-interpolate-with-loop branch September 16, 2022 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cubic interpolated animations have a hitch at the start and/or end
4 participants