Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/bullet/Bullet/NarrowPhaseCollision/CollisionMargin.h')
-rw-r--r--extern/bullet/Bullet/NarrowPhaseCollision/CollisionMargin.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/extern/bullet/Bullet/NarrowPhaseCollision/CollisionMargin.h b/extern/bullet/Bullet/NarrowPhaseCollision/CollisionMargin.h
new file mode 100644
index 00000000000..7e51dc7f2b3
--- /dev/null
+++ b/extern/bullet/Bullet/NarrowPhaseCollision/CollisionMargin.h
@@ -0,0 +1,11 @@
+#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
+