Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 31, 2006, 6:02:16 PM (19 years ago)
Author:
patrick
Message:

current_cd: merged with the current version of the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/current_cd/src/world_entities/world_entity.h

    r6700 r6909  
    6060  virtual void draw () const;
    6161
     62
    6263  virtual void collidesWith (WorldEntity* entity, const Vector& location);
     64
    6365  void drawBVTree(unsigned int depth, int drawMode) const;
     66  /** @returns a reference to the obb tree of this worldentity */
     67  inline const BVTree* getOBBTree() const { return this->obbTree; };
     68
    6469
    6570
     
    7883  void toList(OM_LIST list);
    7984
     85<<<<<<< .working
    8086  /** @returns a Reference to the objectListNumber to set. */
    8187  OM_LIST& getOMListNumber() { return this->objectListNumber; }
     
    100106  void setHealthMax(float healthMax);
    101107  void createHealthWidget();
     108=======
     109 protected:
     110  Model*                  model;            //!< The model that should be loaded for this entity.
     111  const BVTree*           obbTree;          //!< this is the obb tree reference needed for collision detection
     112>>>>>>> .merge-right.r6905
    102113  //  CharacterAttributes*    charAttr;         //!< the character attributes of a world_entity
    103114private:
Note: See TracChangeset for help on using the changeset viewer.