blender/extern/bullet/Bullet/NarrowPhaseCollision/CollisionMargin.h
Erwin Coumans feb4f51103 Added Bullet library.
Only windows projectfiles for now.
Will ask Hans to get unix makefiles done.
2005-07-16 09:58:01 +00:00

12 lines
182 B
C

#ifndef COLLISION_MARGIN_H
#define COLLISION_MARGIN_H
//used by Gjk and some other algorithms
#define CONVEX_DISTANCE_MARGIN 0.05f// 0.1f//;//0.01f
#endif //COLLISION_MARGIN_H