Changeset 8508 in orxonox.OLD for branches/bsp_model/src/world_entities
- Timestamp:
- Jun 15, 2006, 11:59:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/world_entity.h
r8507 r8508 15 15 #include "glincl.h" 16 16 #include <vector> 17 18 #include "aabb_tree_node.h" 17 19 18 20 #include "physics_interface.h" … … 74 76 inline BVTree* getOBBTree() const { return this->obbTree; }; 75 77 void drawBVTree(int depth, int drawMode) const; 78 inline AABB* getModelAABB() { return (this->aabbNode)?this->aabbNode->getAABB():NULL;} 76 79 77 80 /* --- Collision Reaction Block --- */
Note: See TracChangeset
for help on using the changeset viewer.