Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 7, 2005, 6:20:27 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: spawn tree function implementation, vertices list issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/obb_tree_node.h

    r4542 r4543  
    2222  virtual ~OBBTreeNode();
    2323
    24   virtual void spawnBVTree(const int depth, tList<sVec3D> *verticesList);
     24  virtual void spawnBVTree(const int depth, const sVec3D *verticesList, const int length);
    2525
    2626  BoundingVolume* getBV(int index) const { return this->bvElement; }
Note: See TracChangeset for help on using the changeset viewer.