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