Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 24, 2005, 11:54:17 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: changed the static values back

File:
1 edited

Legend:

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

    r5430 r5431  
    88#define _OBB_TREE_NODE_H
    99
    10 #include "glincl.h"
    1110#include "bv_tree_node.h"
    1211
     
    6968    int                 tmpLen1;                    //!< len vert data obbox1
    7069    int                 tmpLen2;                    //!< len vert data obbox2
     70
     71    static float**      coMat;
     72    static float**      eigvMat;
     73    static float*       eigvlMat;
     74    static int*         rotCount;
    7175};
    7276
Note: See TracChangeset for help on using the changeset viewer.