spotenza2016 / Mimema

Mimema (greek for "to imitate") is a "from scratch" C++ 3D Game Engine using OpenGL
0 stars 0 forks source link

Desync with Camera and Keyboard #8

Open spotenza2016 opened 2 months ago

spotenza2016 commented 2 months ago

Currently, there is a bit of desync/jitter when moving the camera with the keyboard and mouse (for example, circling an object while looking at it). This is related to those two methods requiring different input methods. This bug has been the bane of my existence for months now.