n-l-i / Computer_Graphics_Project

0 stars 0 forks source link

Improve player controls #7

Open n-l-i opened 3 years ago

n-l-i commented 3 years ago

The player controls are a bit lackluster at the moment and need to be improved.

n-l-i commented 3 years ago

As of commit cc7cde39db5cc4b81c505101f402f3a7d59a50b6, player controls are improved, but two things left to fix is that movement speed is slower when looking up or down as compared to straight ahead, and the player should also be prevented from looking straight up or down due to the up-vector causing the camera to glitch out when doing that.