horizontal mouse movement problem

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

horizontal mouse movement problem

Post 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?
Image
Domarius
Posts: 178
Joined: Thu Mar 11, 2004 9:51 am
Location: Brisbane, QLD, Australia

Post 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)
Post Reply