Search found 1 match

by kumori
Mon Oct 16, 2006 9:54 am
Forum: Irrlicht.NET
Topic: Question about controlling camera / movement
Replies: 1
Views: 1699

I had the same problem and solved it by using the "Irrlicht .NET CP"-wrapper instead. Probably not the solution you were looking for though...

http://irrlichtnetcp.sourceforge.net

KeyMap myMap = new KeyMap();
myMap.AssignAction(KeyAction.MoveForward, KeyCode.Key_W);
myMap.AssignAction(KeyAction ...