Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2008, 1:17:12 AM (15 years ago)
Author:
rgrieder
Message:

Added body queue to Scene: Physical objects now request to be added to the physical world.

File:
1 edited

Legend:

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

    r2306 r2313  
    217217            btVector3 getLocalInertia(btScalar mass) const;
    218218            bool checkPhysics() const;
     219            void addToPhysicalWorld() const;
     220            void removeFromPhysicalWorld() const;
    219221
    220222            CollisionType                collisionType_;
Note: See TracChangeset for help on using the changeset viewer.