Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 7, 2005, 3:27:46 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: the vertices data and the obb trees now get deleted, in the resume at the end (Class_list) there are still a number of references, will track this down now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/bounding_volume.cc

    r4562 r4814  
    1 /* 
     1/*
    22   orxonox - the future of 3D-vertical-scrollers
    33
     
    2525   \brief standard constructor
    2626*/
    27 BoundingVolume::BoundingVolume () 
     27BoundingVolume::BoundingVolume ()
    2828{
    29    this->setClassID(CL_BOUNDING_VOLUME, "BoundingVolume"); 
     29   this->setClassID(CL_BOUNDING_VOLUME, "BoundingVolume");
    3030   this->center = new Vector();
     31   this->bOrigVertices = false;
    3132}
    3233
     
    3637
    3738*/
    38 BoundingVolume::~BoundingVolume () 
     39BoundingVolume::~BoundingVolume ()
    3940{
    4041  // delete what has to be deleted here
Note: See TracChangeset for help on using the changeset viewer.