Changeset 2907 for code/branches/questsystem5/src/bullet/BulletCollision/CollisionShapes/btCompoundShape.h
- 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/btCompoundShape.h
r2662 r2907 59 59 60 60 btDbvt* m_dynamicAabbTree; 61 62 ///increment m_updateRevision when adding/removing/replacing child shapes, so that some caches can be updated 63 int m_updateRevision; 61 64 62 65 public: … … 153 156 void calculatePrincipalAxisTransform(btScalar* masses, btTransform& principal, btVector3& inertia) const; 154 157 158 int getUpdateRevision() const 159 { 160 return m_updateRevision; 161 } 155 162 156 163 private:
Note: See TracChangeset
for help on using the changeset viewer.