You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers. No questions about C++ programming or topics which are answered in the tutorials!
Ok i decided to ask this in the Advanced help forum, because i got no reply in the Beginners help forum.
Does anybody know how to fix the annoying jump when looking up, i know it has something to do with the Y axis, i want to disable this jump when looking up and walking forward. Does anybody know how to do this?
The jumping is just the way the camera is coded. It tries to move in whichever way its facing. When its looking up, it tries to move up, but gravity brings it back down. Personally, if you plan on using irrlicht for an fps game, i would rewrite the camera. But that's just me
The Robomaniac
Project Head / Lead Programmer Centaur Force
That it tries to move everyway i already discvoered But it gets released with version 0.7? That would be great I realy hope so, because i tried to shut down the Y axis but then i got the problem i couldnt look up anymore :S Kinda logic, but anywayz, Thanks for your replies
use the FPSCameraSceneNode will always have its own limitations, or won't fit the need. For example I wanted a progressive acceleration / slowdown. Just override an ICameraSceneNode and implement your own behavior.