[SOLVED] How to replace jBullet with native bullet

Hi.

Is there a concise set of instructions on how to set up native bullet for jMonkey because I haven’t found one.

Add the jme3-bullet and jme3-bullet-native libraries to your project. That’ll do it.

Ok, now that I’ve added those, it’ll switch from jBullet to native bullet? If not, how do I do that?

Yeah, you add the native bullet library and remove the jBullet one. I’ve never tried to use jBullet recently so I’m not sure what will happen if both are present, but with the two libs I mentioned above native bullet should work.

Ok, it works. Thank you very much!

Yup, no problem. :slight_smile: