|
Isis Developer Reference
|
Go to the documentation of this file.
51 #if defined(BT_SCALAR_H) || defined(B3_SCALAR_H)
52 #if !defined(BT_USE_DOUBLE_PRECISION) && !defined(B3_USE_DOUBLE_PRECISION)
53 #error "*** You must include IsisBullet.h prior to any Bullet includes ***"
59 #define BT_USE_DOUBLE_PRECISION 1
60 #define B3_USE_DOUBLE_PRECISION 1
64 #include <btBulletDynamicsCommon.h>
75 return ( 1<<MAX_NUM_PARTS_IN_BITS );
85 return ( 1<<(31-MAX_NUM_PARTS_IN_BITS) );
unsigned long bt_MaxTriangles()
Maximum number of triangles/part.
Definition: IsisBullet.h:84
unsigned long b3_MaxTriangles()
Maximum number of triangles/part in the Bullet 3 API.
Definition: IsisBullet.h:104
int bt_MaxBodyParts()
Maximum number of parts/object.
Definition: IsisBullet.h:74
int b3_MaxBodyParts()
Maximum number of parts/object in the Bullet 3 API.
Definition: IsisBullet.h:94
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16