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
path: root/extern
diff options
context:
space:
mode:
authorErwin Coumans <blender@erwincoumans.com>2006-06-22 00:35:06 +0400
committerErwin Coumans <blender@erwincoumans.com>2006-06-22 00:35:06 +0400
commitc570e2dc0be8506bc21b7226023e079eca9bac02 (patch)
tree8b78317a0a6ed3caaf786e143dff42488a5b61d5 /extern
parent68677734017ea97781e94e56d9a3eaa4f96e1338 (diff)
clarified text to catch some rare collision issue
Diffstat (limited to 'extern')
-rw-r--r--extern/bullet/Bullet/NarrowPhaseCollision/GjkPairDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/bullet/Bullet/NarrowPhaseCollision/GjkPairDetector.cpp b/extern/bullet/Bullet/NarrowPhaseCollision/GjkPairDetector.cpp
index bcaf84a87c2..dcb96c21f0f 100644
--- a/extern/bullet/Bullet/NarrowPhaseCollision/GjkPairDetector.cpp
+++ b/extern/bullet/Bullet/NarrowPhaseCollision/GjkPairDetector.cpp
@@ -147,7 +147,7 @@ int curIter = 0;
{
gIrregularCatch = false;
- printf("GjkPairDetector maxIter exceeded:%i\n",curIter);
+ printf("Problem with collision geometry\n");
printf("sepAxis=(%f,%f,%f), squaredDistance = %f, shapeTypeA=%i,shapeTypeB=%i\n",
m_cachedSeparatingAxis.getX(),
m_cachedSeparatingAxis.getY(),