Changeset 9687 in orxonox.OLD for branches/new_class_id/src/lib/collision_detection/obb_tree.cc
- Timestamp:
- Aug 22, 2006, 2:52:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/collision_detection/obb_tree.cc
r9406 r9687 27 27 28 28 29 29 NewObjectListDefinition(OBBTree); 30 30 /** 31 31 * standard constructor … … 51 51 void OBBTree::init() 52 52 { 53 this-> setClassID(CL_OBB_TREE, "OBBTree");53 this->registerObject(this, OBBTree::_objectList); 54 54 this->rootNode = NULL; 55 55 this->id = 0;
Note: See TracChangeset
for help on using the changeset viewer.