-
-
Save runningdemo/4bbe4168b47277920f4c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const double ALPHA = 0.05; | |
resultSpeed = ALPHA * currentSpeed + (1.0 - ALPHA) * resultSpeed; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment