Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 14, 2005, 5:28:21 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: the damn segfault is nomore, patrick is on killing spree

File:
1 edited

Legend:

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

    r4630 r4631  
    4141
    4242  private:
    43     void calculateBoxAttributes(OBB* box, sVec3D* verticesList, int length);
     43    void calculateBoxAttributes1(OBB* box, sVec3D* verticesList, int length);
     44    void calculateBoxAttributes2(OBB* box, sVec3D* verticesList, int length);
     45    void calculateBoxAttributes3(OBB* box, sVec3D* verticesList, int length);
    4446    void forkBox(OBB* box);
    4547
Note: See TracChangeset for help on using the changeset viewer.