Changeset 6909 in orxonox.OLD for branches/current_cd/src/world_entities/world_entity.h
- Timestamp:
- Jan 31, 2006, 6:02:16 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/current_cd/src/world_entities/world_entity.h
r6700 r6909 60 60 virtual void draw () const; 61 61 62 62 63 virtual void collidesWith (WorldEntity* entity, const Vector& location); 64 63 65 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 64 69 65 70 … … 78 83 void toList(OM_LIST list); 79 84 85 <<<<<<< .working 80 86 /** @returns a Reference to the objectListNumber to set. */ 81 87 OM_LIST& getOMListNumber() { return this->objectListNumber; } … … 100 106 void setHealthMax(float healthMax); 101 107 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 102 113 // CharacterAttributes* charAttr; //!< the character attributes of a world_entity 103 114 private:
Note: See TracChangeset
for help on using the changeset viewer.