Best way to load rigid bodies from file

Posted by Mel on Game Development See other posts from Game Development or by Mel
Published on 2013-10-30T14:53:23Z Indexed on 2013/10/30 16:14 UTC
Read the original article Hit count: 240

Filed under:

I'm trying to switch to bullet for physics simulation. Lemme just say first that I am so pleased with bullet's accuracy and performance.

After messing around it for a bit, I'm now trying to load rigid bodies from files. Most of my models are in blender and with some searching, I was able to export them in .bullet format. However, loading the files into bullet doesn't look like an easy task. I've come across this page that points me to a sample application that loads bullet files. But then it goes and says that this loader is just a starting point. Is there any open source library out there that will allow me to load rigid bodies from a file? I don't really wanna spend that much time trying to create my own loader.

© Game Development or respective owner

Related posts about bullet-physics