Changeset 4868 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.cc
- Timestamp:
- Jul 15, 2005, 12:17:37 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.cc
r4855 r4868 97 97 { 98 98 this->quadtree = new Quadtree(model->getModelInfo()); 99 this->quadtree->separate( );99 this->quadtree->separate(4); 100 100 101 101 return this->quadtree;
Note: See TracChangeset
for help on using the changeset viewer.