Bullet Vehicle problems

I could reproduce it.
The reason it happens on JME SDK 3.1 but not 3.0 is because it uses bullet native library while JME SDK 3.0 uses jbullet (a pure java port of bullet).

I do not know what goes wrong in native bullet version. It is something core developers can help with.

It also happens in TestPhysicsCar

You can always switch to jbullet in SDK 3.1.
See

1 Like