Changeset 4622 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection/cd_engine.cc
- Timestamp:
- Jun 13, 2005, 6:25:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/cd_engine.cc
r4615 r4622 53 53 54 54 55 void CDEngine::drawBV(int currentDepth, const intdepth) const55 void CDEngine::drawBV(int depth) const 56 56 { 57 57 /* this would operate on worldList bases, for testing purposes, we only use one OBBTree */ 58 this->rootTree->drawBV( currentDepth,depth);58 this->rootTree->drawBV(depth); 59 59 } 60 60 61 61 62 void CDEngine::drawBVPolygon(int currentDepth, const intdepth) const62 void CDEngine::drawBVPolygon(int depth) const 63 63 {} 64 64 65 65 66 void CDEngine::drawBVBlended(int currentDepth, const intdepth) const66 void CDEngine::drawBVBlended(int depth) const 67 67 {} 68 68
Note: See TracChangeset
for help on using the changeset viewer.