Changeset 4528 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection/obb_tree.h
- Timestamp:
- Jun 7, 2005, 8:59:03 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/obb_tree.h
r4526 r4528 18 18 virtual ~OBBTree(); 19 19 20 virtual void spawnBVTree(int depth); 21 virtual void flushTree(); 22 23 void collideWith(const OBBTree &tree); 24 25 virtual void drawBV(int currentDepth, const int depth) const; 26 virtual void drawBVPolygon(int currentDepth, const int depth) const; 27 virtual void drawBVBlended(int currentDepth, const int depth) const; 20 28 21 29 private:
Note: See TracChangeset
for help on using the changeset viewer.