Search found 2 matches
- Wed Aug 23, 2006 5:12 pm
- Forum: Irrlicht.NET
- Topic: Moving the camera with the keyboard
- Replies: 3
- Views: 2890
and how
Ok so your saying im on the right track? That is encouraging I must admit. How do you add it? Im having such a time getting my head around this. Everything in Irrlicht is easy and promoted as easy. I cant seem to understand why a simple task like 'movement' is so difficult to comprehend LOL Sincerely
- Tue Aug 22, 2006 10:15 pm
- Forum: Irrlicht.NET
- Topic: Moving the camera with the keyboard
- Replies: 3
- Views: 2890
Moving the camera with the keyboard
Using the keyboard to move the camera 'WASD' or the arrow keys. I cant figure out how to do it. Can someone tell me what Im doing wrong? Or should I just get a job serving up french fries? Im writing this line which is probably all wrong if (KeyBoard.KeyState[(int)Keys.Left] || KeyBoard.KeyState[(in...