zacharycarter / zengine

2D | 3D Game development library
157 stars 13 forks source link

inverted mouse movement for the First Person camera #16

Closed define-private-public closed 6 years ago

define-private-public commented 6 years ago

I noticed that when moving the mouse using the First person camera, it's turning the camera in the opposite direction from where the mouse is going. This typically sin't the norm for first person games. so I have to add a negative sign to get it to work that way.

Was this the intention?

zacharycarter commented 6 years ago

I think this is fixed now.