Changeset 2907 for code/branches/questsystem5/src/bullet/BulletCollision/CollisionShapes/btCollisionShape.cpp
- Timestamp:
- Apr 8, 2009, 12:36:08 AM (16 years ago)
- Location:
- code/branches/questsystem5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5
- Property svn:mergeinfo changed
-
code/branches/questsystem5/src/bullet/BulletCollision/CollisionShapes/btCollisionShape.cpp
r2662 r2907 15 15 16 16 #include "BulletCollision/CollisionShapes/btCollisionShape.h" 17 18 19 btScalar gContactThresholdFactor=btScalar(0.02); 17 20 18 21 … … 45 48 btScalar btCollisionShape::getContactBreakingThreshold() const 46 49 { 47 ///@todo make this 0.1 configurable 48 return getAngularMotionDisc() * btScalar(0.1); 50 return getAngularMotionDisc() * gContactThresholdFactor; 49 51 } 50 52 btScalar btCollisionShape::getAngularMotionDisc() const
Note: See TracChangeset
for help on using the changeset viewer.