FPS camera but not with arrows

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
Melan
Posts: 9
Joined: Sun Sep 07, 2008 9:29 pm

FPS camera but not with arrows

Post by Melan »

hello,
i addet a FPS camera like that:
camera = smgr->addCameraSceneNodeFPS(0, 100.0f, 300.0f, -1, 0, 0, true);
The problem is, that i have to move with the arrows, but i want to move with ASDW. How can i do that?
thx
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

Check the API/docs for ISceneManager and look at the parameters available to the function you're calling to create the camera ;)
Image Image Image
Melan
Posts: 9
Joined: Sun Sep 07, 2008 9:29 pm

Post by Melan »

thx
Post Reply