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

CollisionMargin.h « NarrowPhaseCollision « Bullet « bullet « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e51dc7f2b3f9a4b3200c5b7874bd4f242fde616 (plain)
1
2
3
4
5
6
7
8
9
10
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