Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 22, 2006, 2:52:28 PM (19 years ago)
Author:
bensch
Message:

new_class_id: CDengine adapted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/collision_detection/bounding_volume.cc

    r9406 r9687  
    2020
    2121
    22 
     22NewObjectListDefinition(BoundingVolume);
    2323/**
    2424 *  standard constructor
     
    2626BoundingVolume::BoundingVolume ()
    2727{
    28   this->setClassID(CL_BOUNDING_VOLUME, "BoundingVolume");
     28  this->registerObject(this, BoundingVolume::_objectList);
    2929  this->modelInf = NULL;
    3030  this->triangleIndexes = NULL;
Note: See TracChangeset for help on using the changeset viewer.