Changeset 2562 for code/branches/presentation/src/orxonox/objects/collisionshapes/CompoundCollisionShape.h
- Timestamp:
- Jan 1, 2009, 7:34:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/objects/collisionshapes/CompoundCollisionShape.h
r2527 r2562 53 53 void updateAttachedShape(CollisionShape* shape); 54 54 55 void setWorldEntityParent(WorldEntity* parent);56 57 protected:58 virtual void updateParent();59 60 55 private: 61 56 void updatePublicShape(); 62 void parentChanged();63 57 inline virtual btCollisionShape* createNewShape() const 64 58 { assert(false); return 0; } … … 66 60 btCompoundShape* compoundShape_; 67 61 std::map<CollisionShape*, btCollisionShape*> attachedShapes_; 68 WorldEntity* worldEntityParent_;69 62 }; 70 63 }
Note: See TracChangeset
for help on using the changeset viewer.