Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5684 in orxonox.OLD for trunk/src/lib/collision_detection/obb_tree.h


Ignore:
Timestamp:
Nov 21, 2005, 10:33:42 PM (18 years ago)
Author:
patrick
Message:

orxonox/trunk: extended the obb interface dramaticaly:D , in near future it will support the modelInfo structure and therefore will be based on triangles

File:
1 edited

Legend:

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

    r5481 r5684  
    2222    OBBTree();
    2323    OBBTree(int depth, sVec3D *verticesList, const int length);
     24    OBBTree(int depth, const modelInfo& modInfo);
    2425    virtual ~OBBTree();
    2526    void init();
    2627
    2728    virtual void spawnBVTree(int depth, sVec3D *verticesList, const int length);
     29    virtual void spawnBVTree(int depth, const modelInfo& modInfo);
    2830    virtual void flushTree();
    2931
Note: See TracChangeset for help on using the changeset viewer.