Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 15, 2005, 8:30:28 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: changed and some missunderstandings in the BoundingVolume Class Interface and simplified them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/world_entity.h

    r4885 r5026  
    4040  /** @returns true if the entity is visible, false otherwise */
    4141  bool isVisible() const { return this->bVisible; };
     42
    4243  void setCharacterAttributes(CharacterAttributes* charAttr);
    4344  CharacterAttributes* getCharacterAttributes();
     45
     46  /** @returns a reference to the obb tree of this worldentity */
     47  BVTree* getOBBTree() { return this->obbTree; }
    4448
    4549  virtual void postSpawn ();
     
    4751
    4852  virtual void hit (WorldEntity* weapon, Vector* loc);
    49   virtual void collideWith (WorldEntity* entity);
     53  virtual void collidesWith (WorldEntity* entity);
    5054
    5155  /** @returns the Count of Faces on this WorldEntity */
Note: See TracChangeset for help on using the changeset viewer.