Changeset 4836 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/quadtree_node.cc
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/quadtree_node.cc
r4819 r4836 22 22 23 23 /** 24 \briefstandard constructor24 * standard constructor 25 25 */ 26 26 QuadtreeNode::QuadtreeNode (sTriangleExt* triangles, int numTriangles, Quadtree* quadtree) … … 31 31 32 32 /** 33 \briefstandard deconstructor33 * standard deconstructor 34 34 35 35 */ … … 41 41 42 42 /** 43 \briefgives the signal to separate the model into a quadtree44 \param treeDepth the max depth, the steps to go if treeDept == 0 leaf reached43 * gives the signal to separate the model into a quadtree 44 * @param treeDepth the max depth, the steps to go if treeDept == 0 leaf reached 45 45 */ 46 46 void QuadtreeNode::separateNode(int treeDepth) … … 49 49 50 50 /** 51 \briefgives the signal to separate the model into a quadtree52 \param treeDepth the max depth, the steps to go if treeDept == 0 leaf reached51 * gives the signal to separate the model into a quadtree 52 * @param treeDepth the max depth, the steps to go if treeDept == 0 leaf reached 53 53 */ 54 54 void QuadtreeNode::separateNode(float minLength) … … 57 57 58 58 /** 59 \briefdraws the debug quadtree boxes around the model59 * draws the debug quadtree boxes around the model 60 60 */ 61 61 void QuadtreeNode::drawTree(int depth, int drawMode) const
Note: See TracChangeset
for help on using the changeset viewer.