Exporting .blend and .stl file to bullet.

Physics APIs, Physics file formats, Maya, Max, XSI, Cinema 4D, Lightwave, Blender, thinkingParticles™ and other simulation tools, exporters and importers
Post Reply
anamika
Posts: 4
Joined: Thu Feb 06, 2014 12:12 pm

Exporting .blend and .stl file to bullet.

Post by anamika »

Hello,
I am making use of bullet in one of my application containing two objects one static and the other is dynamic in which i am not taking into account any physics part.
I am not able to understand how bullet support triangular meshes contained in .blend and in .stl file and i can see that there are total six classes in bullet as follows:
btBvhTriangleMeshShape
btConvexTriangleMeshShape
btMultimaterialTriangleMeshShape
btScaledBvhTriangleMeshShape
btTriangleMesh
btTriangleMeshShape
Among all these which class will make use of the file containing the triangular mesh and how AABB tree will be created in the the class containing the triangular mesh?
Any suggestions will be of great help .
Post Reply