Page 1 of 1

horizontal mouse movement problem

Posted: Mon Mar 29, 2004 1:35 am
by afecelis
hi guys!

I got collision to work ok but now my horizontal mouse movement is inverted (left-right). Vertical movement is ok. Which values change that? or better said, how can I fix it?

Posted: Mon Mar 29, 2004 7:41 am
by Domarius
It depends on what you are trying to do. If you are working in 3D, sounds like your camera is on the wrong side of the object.

The easy way to invert values is to multiply them by -1 (Basic math)