In my jMonkeyEngine game I am using a chasecamera to view my character (a marble type thing) and it’s working great, however: I need to lock the camera to point straight down at my ball because that’s the style of play in my game. I saw setMaximum/MinimumVerticalRotation() and thought I could use those however they aren’t really working out. This may or may not be the variables I am plugging in. Also, is there a way to adjust the direction the forces are applied to my ball depending on the horizontal rotation or position? Like if the top of the camera is pointing straight at the z axis W will push the ball down the z axis? Thanks for your guy’s help!
-cMp