Changeset 2430 for code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btDispatcher.h
- Timestamp:
- Dec 13, 2008, 11:45:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/bullet/BulletCollision/BroadphaseCollision/btDispatcher.h
r2192 r2430 47 47 m_useEpa(true), 48 48 m_allowedCcdPenetration(btScalar(0.04)), 49 m_useConvexConservativeDistanceUtil(true), 50 m_convexConservativeDistanceThreshold(0.0f), 49 51 m_stackAllocator(0) 50 52 { … … 52 54 } 53 55 btScalar m_timeStep; 54 int m_stepCount;55 int m_dispatchFunc;56 int m_stepCount; 57 int m_dispatchFunc; 56 58 mutable btScalar m_timeOfImpact; 57 bool m_useContinuous;59 bool m_useContinuous; 58 60 class btIDebugDraw* m_debugDraw; 59 bool m_enableSatConvex;60 bool m_enableSPU;61 bool m_useEpa;61 bool m_enableSatConvex; 62 bool m_enableSPU; 63 bool m_useEpa; 62 64 btScalar m_allowedCcdPenetration; 65 bool m_useConvexConservativeDistanceUtil; 66 btScalar m_convexConservativeDistanceThreshold; 63 67 btStackAlloc* m_stackAllocator; 64 65 68 }; 66 69
Note: See TracChangeset
for help on using the changeset viewer.