Page 1 of 1

Exporting .blend and .stl file to bullet.

Posted: Fri Feb 07, 2014 4:55 am
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 .