Changeset 4855 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.cc
- Timestamp:
- Jul 13, 2005, 11:27:44 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.cc
r4854 r4855 97 97 { 98 98 this->quadtree = new Quadtree(model->getModelInfo()); 99 //this->quadtree->separate();99 this->quadtree->separate(); 100 100 101 101 return this->quadtree;
Note: See TracChangeset
for help on using the changeset viewer.