Changeset 9687 in orxonox.OLD for branches/new_class_id/src/lib/collision_detection/bounding_volume.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/bounding_volume.cc
r9406 r9687 20 20 21 21 22 22 NewObjectListDefinition(BoundingVolume); 23 23 /** 24 24 * standard constructor … … 26 26 BoundingVolume::BoundingVolume () 27 27 { 28 this-> setClassID(CL_BOUNDING_VOLUME, "BoundingVolume");28 this->registerObject(this, BoundingVolume::_objectList); 29 29 this->modelInf = NULL; 30 30 this->triangleIndexes = NULL;
Note: See TracChangeset
for help on using the changeset viewer.