Bullet Collision Detection & Physics Library
|
Go to the source code of this file.
Macros | |
#define | CONVEX_DISTANCE_MARGIN btScalar(0.04) |
The CONVEX_DISTANCE_MARGIN is a default collision margin for convex collision shapes derived from btConvexInternalShape. More... | |
#define CONVEX_DISTANCE_MARGIN btScalar(0.04) |
The CONVEX_DISTANCE_MARGIN is a default collision margin for convex collision shapes derived from btConvexInternalShape.
This collision margin is used by Gjk and some other algorithms Note that when creating small objects, you need to make sure to set a smaller collision margin, using the 'setMargin' API
Definition at line 22 of file btCollisionMargin.h.