Changeset 4635 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection/obb_tree.h
- Timestamp:
- Jun 15, 2005, 7:05:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/obb_tree.h
r4622 r4635 27 27 void collideWith(const OBBTree &tree); 28 28 29 virtual void drawBV(int depth) const; 30 virtual void drawBVPolygon(int depth) const; 31 virtual void drawBVBlended(int depth) const; 29 virtual void drawBV(int depth, int drawMode) const; 32 30 33 31 Material* getMaterial(unsigned int depth) { return material[depth%3]; }
Note: See TracChangeset
for help on using the changeset viewer.