Increase default camera movement? [SOLVED]

Hello all!

Woo, first post!



I am new to jME and I was wondering if there was a way to speed up the default camera movement. I am trying to increase the speed you move around in the HelloPicking.java example. Do I have to implement the bullet physics engine and collision detection to edit the controls? Or is there an easier way I can do it?



Edit: Also, sorry if this is in the wrong section, point me to the right one if you could!



-Thanks

flyCam.setMoveSpeed(theSpeed); in your simpleInit mehtod.

The default speed is 1.




@snyder2408 said:
Do I have to implement the bullet physics engine and collision detection to edit the controls?

I think you are mixing things a bit. I recommend going through all the tutorials, and take your time. Too much information at a time can hinder the learning curve.

Thanks, I greatly appreciate your response!