can the bullet vehicle in jme set the speed of the vehicle to be constant?
right now i’m trying to work with the accelerationValue but it doesnt seem like i can just set this to 0 and still make the vehicle move when i call player.accelerate(accelerationValue);
are there other methods available to set it’s speed, or at least max speed, etc?