Yann wrote:
Then you definitely want to look at this article about loading a .bullet file
http://bulletphysics.org/mediawiki-1.5. ... ializationI'm actually having exactly the same concerns and did it as proposed in the article. Works fine except a scale problem that have to see with the dynamica plugin.
I used a btBoxShape for collisions as the .bullet file made from a sector mesh didn't work.
Basically, an ogre head is falling and on collision with a sector should stop. However, using the .bullet file made from the sector mesh meant the head kept falling, whereas using a btBoxShape meant the ogre head stopped at the right position.
Did I export the .bullet file correctly? As in Maya, you create it by generating an Active Rigid Body Mesh (from the Dynamica window), then under File, click Export All and export as a .bullet file.
Am I only meant to export certain things?
Oh and thank you for the reply!