Changeset 2882 for code/trunk/src/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h
- Timestamp:
- Mar 31, 2009, 8:05:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h
r2662 r2882 27 27 #include "LinearMath/btAlignedObjectArray.h" 28 28 class btDispatcher; 29 class btCollisionObject; 29 30 30 31 /// btCompoundCollisionAlgorithm supports collision between CompoundCollisionShapes and other collision shapes … … 36 37 class btPersistentManifold* m_sharedManifold; 37 38 bool m_ownsManifold; 39 40 int m_compoundShapeRevision;//to keep track of changes, so that childAlgorithm array can be updated 38 41 42 void removeChildAlgorithms(); 43 44 void preallocateChildAlgorithms(btCollisionObject* body0,btCollisionObject* body1); 45 39 46 public: 40 47
Note: See TracChangeset
for help on using the changeset viewer.