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

CollisionMargin.h « CollisionShapes « Bullet « bullet « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41009dcd110b7e806131a6e6b105cd90c812998c (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.04f// 0.1f//;//0.01f



#endif //COLLISION_MARGIN_H