Changeset 4898 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.cc
- Timestamp:
- Jul 19, 2005, 9:59:28 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.cc
r4889 r4898 99 99 Quadtree* SpatialSeparation::createQuadtree(AbstractModel* model) 100 100 { 101 this->quadtree = new Quadtree(model->getModelInfo()); 102 this->quadtree->separate(4); 101 this->quadtree = new Quadtree(model->getModelInfo(), 4); 103 102 104 103 return this->quadtree;
Note: See TracChangeset
for help on using the changeset viewer.