Changeset 9888 in orxonox.OLD for branches/coll_rect/src/world_entities
- Timestamp:
- Oct 13, 2006, 2:33:30 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/coll_rect/src/world_entities/world_entity.h
r9869 r9888 74 74 virtual void collidesWithGround(const Vector& feet, const Vector& ray_1, const Vector& ray_2); 75 75 76 77 76 /** @returns a reference to the obb tree of this worldentity */ 78 77 inline BVTree* getOBBTree() const { return this->obbTree; }; … … 80 79 void drawBVTree(int depth, int drawMode) const; 81 80 inline AABB* getModelAABB() const { return (this->aabbNode)?this->aabbNode->getAABB():NULL;} 81 82 82 83 83 /* --- Collision Reaction Block --- */
Note: See TracChangeset
for help on using the changeset viewer.