Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 14, 2005, 6:31:21 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: the separation plane is also drawn for debug purposes. vert separation seems to malfunction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc

    r4631 r4632  
    4747//   }
    4848
    49   CDEngine::getInstance()->debugSpawnTree(4, model->data->pVertices, model->data->numVertices);
     49  CDEngine::getInstance()->debugSpawnTree(2, model->data->pVertices, model->data->numVertices);
    5050
    5151
     
    8282void Framework::moduleDraw() const
    8383{
    84   CDEngine::getInstance()->drawBV(3);
     84  CDEngine::getInstance()->drawBV(1);
    8585
    8686  LightManager::getInstance()->draw();
Note: See TracChangeset for help on using the changeset viewer.