Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

orxonox/trunk: the memory requirements are lowered, some strucural changes in the bv generation

File:
1 edited

Legend:

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

    r4622 r4630  
    4141
    4242  private:
    43     OBB* createBox();
    4443    void calculateBoxAttributes(OBB* box, sVec3D* verticesList, int length);
    4544    void forkBox(OBB* box);
     
    5857    int                 depth;                      //!< the depth of the node in the tree
    5958    static OBBTree*     obbTree;                    //!< reference to the obb tree
     59
     60    /* tmp saving place for obb variables */
     61    sVec3D*             tmpVert1;
     62    sVec3D*             tmpVert2;
     63    int                 tmpLen1;
     64    int                 tmpLen2;
     65
     66    static float**       coMat;
     67    static float**       eigvMat;
     68    static float*        eigvlMat;
     69    static int*          rotCount;
    6070};
    6171
Note: See TracChangeset for help on using the changeset viewer.