Changeset 8091 in orxonox.OLD for branches/bsp_model/src/world_entities/world_entity.h
- Timestamp:
- Jun 1, 2006, 6:01:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/world_entity.h
r8037 r8091 63 63 bool buildObbTree(int depth); 64 64 virtual void collidesWith (WorldEntity* entity, const Vector& location); 65 /** @returns a reference to the obb tree of this worldentity */ 65 virtual void collidesWithGround(const Vector& location); 66 virtual void collidesWithGround(const Vector& feet, const Vector& ray_1, const Vector& ray_2); 67 68 69 /** @returns a reference to the obb tree of this worldentity */ 66 70 inline BVTree* getOBBTree() const { return this->obbTree; }; 67 71 void drawBVTree(int depth, int drawMode) const;
Note: See TracChangeset
for help on using the changeset viewer.