You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be an option to use either an Updates Per Second (UPS) based game loop or an Frames Per Second (FPS) based game loop updates. Currently only an FPS based game loop is available.
There should be an option to use either an Updates Per Second (UPS) based game loop or an Frames Per Second (FPS) based game loop updates. Currently only an FPS based game loop is available.
Useful links:
http://entropyinteractive.com/2011/02/game-engine-design-the-game-loop/
http://gameprogrammingpatterns.com/game-loop.html
https://gafferongames.com/post/fix_your_timestep/
The text was updated successfully, but these errors were encountered: