Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 21, 2005, 3:59:28 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: started cleaning up the code a little and making the comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.cc

    r4921 r4922  
    9999Quadtree* SpatialSeparation::createQuadtree(AbstractModel* model)
    100100{
    101   this->quadtree = new Quadtree(model->getModelInfo(), 5);
     101  this->quadtree = new Quadtree(model->getModelInfo(), 4);
    102102
    103103  return this->quadtree;
    104104}
    105 
    106 
    107 
    108 
    109 
    110105
    111106
     
    116111    return;
    117112
    118   this->quadtree->drawTree(4, 0);
     113  this->quadtree->drawTree();
    119114}
    120115
Note: See TracChangeset for help on using the changeset viewer.