Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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_node.h

    r5481 r5684  
    2929
    3030    virtual void spawnBVTree(const int depth, sVec3D *verticesList, const int length);
     31    virtual void spawnBVTree(const int depth, const modelInfo& modInfo);
    3132
    3233    BoundingVolume* getBV(int index) const { return (BoundingVolume*)this->bvElement; }
     
    4445    void calculateBoxEigenvectors(OBB* box, sVec3D* verticesList, int length);
    4546    void calculateBoxAxis(OBB* box, sVec3D* verticesList, int length);
     47   
     48    void calculateBoxCovariance(OBB* box, const modelInfo& modInfo);
     49    void calculateBoxEigenvectors(OBB* box, const modelInfo& modInfo);
     50    void calculateBoxAxis(OBB* box, const modelInfo& modInfo);
     51
     52   
    4653    void forkBox(OBB* box);
    4754
Note: See TracChangeset for help on using the changeset viewer.