The Cameramovement depends on the framerate.
The Camera moves a fixed distance per frame. Thus you can move faster on better hardware (not intended).
Add a timing function in the main loop and move based on the time (give the camera a velocity, kind of)
The Cameramovement depends on the framerate.
The Camera moves a fixed distance per frame. Thus you can move faster on better hardware (not intended).
Add a timing function in the main loop and move based on the time (give the camera a velocity, kind of)