Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2008, 7:57:48 PM (15 years ago)
Author:
rgrieder
Message:

Resolved the issue with the collision shape synchronisation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/orxonox/objects/collisionshapes/CompoundCollisionShape.h

    r2465 r2469  
    5252            void updateChildShape(CollisionShape* shape);
    5353
    54             inline void suppressSynchronisation()
    55                 { this->setObjectMode(0x0); }
     54            void setWorldEntityParent(WorldEntity* parent);
    5655
    5756        protected:
     
    6362            btCompoundShape* compoundShape_;
    6463            std::map<CollisionShape*, btCollisionShape*> childShapes_;
     64            WorldEntity* worldEntityParent_;
    6565    };
    6666}
Note: See TracChangeset for help on using the changeset viewer.