Home
last modified time | relevance | path

Searched refs:CONVEX_DISTANCE_MARGIN (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtCollisionMargin.h22 #define CONVEX_DISTANCE_MARGIN btScalar(0.04)// btScalar(0.1)//;//btScalar(0.01) macro
DbtConvexInternalShape.cpp23 m_collisionMargin(CONVEX_DISTANCE_MARGIN) in btConvexInternalShape()
DbtCapsuleShape.cpp136 btScalar margin = CONVEX_DISTANCE_MARGIN; in calculateLocalInertia()