Changeset 4632 in orxonox.OLD for orxonox/trunk/src/subprojects/collision_detection
- Timestamp:
- Jun 14, 2005, 6:31:21 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc
r4631 r4632 47 47 // } 48 48 49 CDEngine::getInstance()->debugSpawnTree( 4, model->data->pVertices, model->data->numVertices);49 CDEngine::getInstance()->debugSpawnTree(2, model->data->pVertices, model->data->numVertices); 50 50 51 51 … … 82 82 void Framework::moduleDraw() const 83 83 { 84 CDEngine::getInstance()->drawBV( 3);84 CDEngine::getInstance()->drawBV(1); 85 85 86 86 LightManager::getInstance()->draw();
Note: See TracChangeset
for help on using the changeset viewer.