Hello,
i want to implement a first person camera movement with mouse and the ofCamera.
I get the mouse delta: the mouse movent from the previous to the current frame.
Now I want to set the new LookAt-Dir from this mouse-delta.
How can I realize that?
Chears