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_node.cc

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