Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 24, 2005, 12:50:34 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: now there is a possibility to render the bvtree through the world entities, the bvtree is a member of the worldentity

File:
1 edited

Legend:

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

    r4670 r4682  
    2020  public:
    2121    OBBTree();
     22    OBBTree(int depth, sVec3D *verticesList, const int length);
    2223    virtual ~OBBTree();
     24    void init();
    2325
    2426    virtual void spawnBVTree(int depth, sVec3D *verticesList, const int length);
Note: See TracChangeset for help on using the changeset viewer.