Redefining FPS Keys

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
Robomaniac
Posts: 602
Joined: Sat Aug 23, 2003 2:03 am
Location: Pottstown, PA
Contact:

Redefining FPS Keys

Post by Robomaniac »

I'm trying to redefine the keys for the FPS camera,but i can't seem to figure out how. I searched the forums and only found code that makes a strategy camera, and a ship speed camera. I just want the code to redefine the arrow keys to W-A-S-D. Thanks.

The Robomanaic
[dx/x]=HUNT3R
Posts: 271
Joined: Sat Aug 23, 2003 5:52 pm
Location: Hurricane Central, Florida

Post by [dx/x]=HUNT3R »

if you look up the addCameraFPSSceneNode method in the scene namespace and in the v0.4.1 API, there is an example.
Robomaniac
Posts: 602
Joined: Sat Aug 23, 2003 2:03 am
Location: Pottstown, PA
Contact:

Post by Robomaniac »

thanks, should have looked there :oops:
Post Reply