-
2023-07-28.12-59-09.mp4 |
Beta Was this translation helpful? Give feedback.
Answered by
fallahn
Jul 28, 2023
Replies: 1 comment
-
You probably want to use a fixed timestep - as you zoom out the frame rate increases, and as your delta time is tied to this it will get smaller. This will make the animation speed increase as the time between frames gets smaller. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fallahn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You probably want to use a fixed timestep - as you zoom out the frame rate increases, and as your delta time is tied to this it will get smaller. This will make the animation speed increase as the time between frames gets smaller.