dinguses / squirrel

nuts
1 stars 0 forks source link

FixedUpdate / Camera movement #1

Closed gecko231 closed 5 years ago

gecko231 commented 5 years ago

As it is right now, the FixedUpdate timestep is 0.00167 (around 600 times a second), when the default is .02 (50 times a frame). This was to smooth the camera movement and fix some of the jitteryness to the movement.

The camera is the only thing that runs on FixedUpdate (that I'm aware of), but this still is not really how this should be at all.