Changeset 9166 in orxonox.OLD for branches/presentation/src/world_entities/world_entity.h
- Timestamp:
- Jul 4, 2006, 7:28:41 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/world_entity.h
r9162 r9166 75 75 inline BVTree* getOBBTree() const { return this->obbTree; }; 76 76 void drawBVTree(int depth, int drawMode) const; 77 inline AABB* getModelAABB() { return (this->aabbNode)?this->aabbNode->getAABB():NULL;}77 inline AABB* getModelAABB() const { return (this->aabbNode)?this->aabbNode->getAABB():NULL;} 78 78 79 79 /* --- Collision Reaction Block --- */ … … 198 198 int list_write; //!< entity's list 199 199 int list_handle; //!< handle for list changes 200 200 201 201 float health_write; 202 202 int health_handle; 203 203 204 204 float healthMax_write; 205 205 int healthMax_handle;
Note: See TracChangeset
for help on using the changeset viewer.