Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4635 in orxonox.OLD for orxonox/trunk/src/subprojects


Ignore:
Timestamp:
Jun 15, 2005, 7:05:39 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: implemented an elegant draw function to display the tree in different ways

File:
1 edited

Legend:

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

    r4632 r4635  
    2323
    2424#include "cd_engine.h"
     25#include "bv_tree.h"
    2526
    2627#include "md2Model.h"
     
    4748//   }
    4849
    49   CDEngine::getInstance()->debugSpawnTree(2, model->data->pVertices, model->data->numVertices);
     50  CDEngine::getInstance()->debugSpawnTree(3, model->data->pVertices, model->data->numVertices);
    5051
    5152
     
    8283void Framework::moduleDraw() const
    8384{
    84   CDEngine::getInstance()->drawBV(1);
     85  CDEngine::getInstance()->drawBV(2, DRAW_MODEL);
    8586
    8687  LightManager::getInstance()->draw();
Note: See TracChangeset for help on using the changeset viewer.