First person camera movement

Hello again,



I'm very new to jME and am trying to make a first person game.



I wanted to know how to make the camera move and turn with the player.

Thank you for the help!

first person camera movement example can be found in the… wait for it… wait for it… wait for it…



TestFirstPersonController class.



It is in the jmetest.input.action package in jME source code. Just check around the jmetest package - examples for everything there.