Changeset 9494 in orxonox.OLD for trunk/src/lib/collision_detection
- Timestamp:
- Jul 27, 2006, 10:44:28 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/collision_detection/aabb_tree_node.cc
r9406 r9494 66 66 { 67 67 this->depth = depth; 68 69 this->init(); 68 70 } 69 71 … … 87 89 88 90 this->owner = NULL; 89 90 /* debug ids */91 if( this->nodePrev)92 this->treeIndex = 100 * this->depth + this->nodePrev->getID();93 else94 this->treeIndex = 0;95 91 } 96 92
Note: See TracChangeset
for help on using the changeset viewer.