- Timestamp:
- Mar 31, 2009, 8:05:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/bullet/BulletCollision/CollisionDispatch/btCollisionObject.cpp
r2662 r2882 18 18 19 19 btCollisionObject::btCollisionObject() 20 : m_broadphaseHandle(0), 20 : m_anisotropicFriction(1.f,1.f,1.f), 21 m_hasAnisotropicFriction(false), 22 m_contactProcessingThreshold(1e30f), 23 m_broadphaseHandle(0), 21 24 m_collisionShape(0), 22 25 m_rootCollisionShape(0),
Note: See TracChangeset
for help on using the changeset viewer.