Changeset 4635 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection/bv_tree_node.h
- Timestamp:
- Jun 15, 2005, 7:05:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/bv_tree_node.h
r4618 r4635 31 31 virtual void collideWith(const BVTree &tree) = NULL; 32 32 33 virtual void drawBV(int depth) const = NULL; 34 virtual void drawBVPolygon(int depth) const = NULL; 35 virtual void drawBVBlended(int depth) const = NULL; 33 virtual void drawBV(int depth, int drawMode) const = NULL; 36 34 37 35
Note: See TracChangeset
for help on using the changeset viewer.