Hey all,
I’m going through the tutorials trying to learn JME3. Currently I’m playing around with the Hello Collision tutorial. I’ve been trying to change the speed with which I walk by changing the value of the flyCam move speed. ( flyCam.setMoveSpeed(100); ) However, it doesn’t seem to have any effect. In fact, I’ve commented it out completely and the tutorial seems to run without change. Just wondering what’s going on there. How do I change the walk speed?
The walk speed is defined by the length of the walkDirection vector, the flyCam has nothing to do with it, in fact the values set by the flyCam are overwritten by the code in update().
May I ask why you posted in the developers forum instead of the troubleshooting forums? I don’t mean this in an offensive way, just trying to find out why people keep posting there.
Cheers,
Normen
Thanks for the info. Sorry about posting in the wrong place. I saw ‘jMonkeyEngine3’ and assumed since that’s what I was using, that’s where I needed to post. The developers discussion sounded like the best place.
Alright, I thought so, “Troubleshooting” doesn’t catch the eye when one is focused on the difference between jME2 and jME3 I guess. Thanks for the info too