Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 7, 2005, 2:31:03 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: implemented some new functions for the quadtree(node) classes

File:
1 edited

Legend:

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

    r4808 r4812  
    3939  // delete what has to be deleted here
    4040}
     41
     42
     43/**
     44   \brief gives the signal to separate the model into a quadtree
     45 */
     46void Quadtree::separate()
     47{}
     48
     49
     50/**
     51   \brief draws the debug quadtree boxes around the model
     52 */
     53void Quadtree::drawTree(int depth, int drawMode) const
     54{}
Note: See TracChangeset for help on using the changeset viewer.