Changeset 2908 for code/branches/questsystem5/src/bullet/BulletCollision/CollisionShapes/btCollisionShape.cpp
- Timestamp:
- Apr 8, 2009, 12:58:47 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
r2907 r2908 15 15 16 16 #include "BulletCollision/CollisionShapes/btCollisionShape.h" 17 18 19 btScalar gContactThresholdFactor=btScalar(0.02);20 17 21 18 … … 48 45 btScalar btCollisionShape::getContactBreakingThreshold() const 49 46 { 50 return getAngularMotionDisc() * gContactThresholdFactor; 47 ///@todo make this 0.1 configurable 48 return getAngularMotionDisc() * btScalar(0.1); 51 49 } 52 50 btScalar btCollisionShape::getAngularMotionDisc() const
Note: See TracChangeset
for help on using the changeset viewer.