Car always flips over

hi guys,



we are programming a car racing game but we got a problem because - as the title says - our car always flips over and don’t stops…



we tested nearly everything but can’t handle that…



does anybody know what has to be changed - CollisionShape, Friction, etc.???



please help

thx

lower the center of mass

https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:advanced:vehicles#creating_the_vehicle_chassis

already done!!!

Well I don’t know what to say, you are doing it wrong. Theres no more magic to it and while its hard to get the right values for your model and mass distribution it can be done as our test cases show. Make sure your dimensions are correct (1 unit = 1 meter), the suspension settings are fitting etc etc. Theres a lot of docs on the topic.