Tagged Questions
4
votes
3answers
634 views
OpenGL Camera - Move the camera without it snapping back when using SetCursorPos(x,y);?
I have a problem when I try to update my camera.
I want to change the pitch and yaw of the the camera (where its looking) via the mouse
But I want the mouse to stay positioned to the center of the ...