Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 11, 2008, 1:54:35 PM (15 years ago)
Author:
rgrieder
Message:
  • Removed debug output
  • Fixed a bug with parentID_ in CollisionShape
  • Reactivated overwrite mechanism in ControllableEntity
  • Build fix in WE for last commit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/orxonox/objects/worldentities/WorldEntity.h

    r2374 r2407  
    202202                { return this->mass_; }
    203203
    204             void attachCollisionShape(CollisionShape* shape);
     204            void attachCollisionShape(CollisionShape* shape, bool bWorldEntityRoot = false);
    205205            CollisionShape* getAttachedCollisionShape(unsigned int index) const;
    206206
Note: See TracChangeset for help on using the changeset viewer.