time - How to have a fixed timestep with interpolation and allow the player to switch game speed? -
i'm making game libgdx , i've been using gdx.graphics.getdeltatime() of physics i've decided implement methods suggested here , here getting fixed timestep interpolation calculations can more accurate.
i'd player able toggle game speed it's doubled or quadrupled, i'm not sure what's correct way go doing it. simple multiplying step size in last example of second article? or need multiply deltatime?
Comments
Post a Comment