Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2008, 11:33:58 PM (15 years ago)
Author:
rgrieder
Message:
  • Fixed issues with CollisionShape loading, handling and synchronisation.
  • Added eol-style native to PlaneCollisionShape
  • Unified treatment of configuring btCollisionShapes when parameters change
File:
1 edited

Legend:

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

    r2374 r2403  
    5050            virtual btCollisionShape* getCollisionShape() const;
    5151
     52            inline bool empty() const
     53                { return this->childShapes_.size() == 0; }
     54
    5255        private:
    53             btCompoundShape* compoundShape_;
     56            btCompoundShape*             compoundShape_;
    5457            std::vector<CollisionShape*> childShapes_;
    5558    };
Note: See TracChangeset for help on using the changeset viewer.