[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16643] trunk/blender/extern/bullet2/src/ BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp: encountered some issue with the btDbvtBroadphase, switch of a deferred collision feature.

Erwin Coumans blender at erwincoumans.com
Sun Sep 21 03:14:04 CEST 2008


Revision: 16643
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16643
Author:   erwin
Date:     2008-09-21 03:13:54 +0200 (Sun, 21 Sep 2008)

Log Message:
-----------
encountered some issue with the btDbvtBroadphase, switch of a deferred collision feature.

Modified Paths:
--------------
    trunk/blender/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp

Modified: trunk/blender/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp
===================================================================
--- trunk/blender/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp	2008-09-20 23:45:45 UTC (rev 16642)
+++ trunk/blender/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp	2008-09-21 01:13:54 UTC (rev 16643)
@@ -119,7 +119,7 @@
 //
 btDbvtBroadphase::btDbvtBroadphase(btOverlappingPairCache* paircache)
 {
-m_deferedcollide	=	false;
+m_deferedcollide	=	true;//false;
 m_needcleanup		=	true;
 m_releasepaircache	=	(paircache!=0)?false:true;
 m_prediction		=	1/(btScalar)2;





More information about the Bf-blender-cvs mailing list