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/obb.h

    r4702 r4814  
    3535  float            covarianceMatrix[3][3];     //!< the covariance matrix
    3636
    37   bool                bCollided;                  //!< is true if this obb has collided
     37  bool             bCollided;                  //!< is true if this obb has collided
    3838
    3939};
Note: See TracChangeset for help on using the changeset viewer.