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