Hello Guest

Bullet help

  • 1 Replies
  • 3645 Views
Bullet help
« on: April 04, 2015, 00:37:28 »
I'm trying to use JBullet for mesh collision, but I can't figure it out. I can't find a complete tutorial showing how to create physics objects, translate them, and test for collision between one or more meshes, I only find snippets of one part and use different methods and don't work together. Is there a complete JBullet or bullet tutorial out there?

*

Kai

Re: Bullet help
« Reply #1 on: April 04, 2015, 19:02:38 »
Even though this is not related to LWJGL but can be best answered on java-gaming.org, bullet contains a lot of demos in its github repository https://github.com/bulletphysics/bullet3/tree/master/Demos.
Some of those have been ported to JBullet, which can be found in the download zip (offered at http://jbullet.advel.cz/) in the folder src/com/bulletphysics/demos.
« Last Edit: April 04, 2015, 19:04:41 by Kai »