I don't know if this really should be in beginner's help but I'm awfully new to the irrlicht engine, so I thought this would be best:
I created a camera and added a jump command to it (changed left,up,right,down to WASD and added the jump command)
I've got the camera jumping set to 0.8f
when I don't hold the space key it immediately returns to the ground. This way you CAN jump over gaps but if you don't hold the space key you'll keep falling in it.
MAIN QUESTION: How can I get the jump to continue when the space key is not being hold?
SOLVED!!!! SECOND QUESTION: How can I disable the 'mouse-jumping'. I don't want the camera to jump when I face up and press forward.
SOLUTION: generate a key map with a JUMP action, but set jumping to false. This way the camera will jump when using the appropriate key but it won't when you face up.
THIRD (OPTIONALLY, I FIRST HAVE TO GET THE JUMPING RIGHT) QUESTION: Is there a way to like... use a vector for jumping... cause I'm looking for a way to do 'hero'-jumps... you know, those jumps that seem like there is no gravity and don't go very fast so you can have a look around
![Very Happy :D](./images/smilies/icon_biggrin.gif)