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

Add more user-friendly variant of the exponential damp interpolation #4880

Merged
merged 2 commits into from
Nov 10, 2021

Conversation

ekrctb
Copy link
Collaborator

@ekrctb ekrctb commented Nov 10, 2021

This function can be used to to interpolate a value in a frame-rate independent manner without maintaining additional variables.
It should replace the current frame-rate dependent transition used in osu e.g. https://github.com/ppy/osu/blob/f9d5abff8a8d3b6752343c185eb7767a3944a532/osu.Game/Screens/Play/SkipOverlay.cs#L132.

@bdach bdach merged commit 7806fc2 into ppy:master Nov 10, 2021
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.

None yet

2 participants