Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 22, 2005, 12:37:29 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: no more valgrind warnings :)))))))

File:
1 edited

Legend:

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

    r5689 r5692  
    233233  Vector    p, q, r;                                 //!< holder of the polygon data, much more conveniant to work with Vector than sVec3d
    234234  Vector    t1, t2;                                  //!< temporary values
    235   float     covariance[3][3];                        //!< the covariance matrix
     235  float     covariance[3][3] = {0,0,0, 0,0,0, 0,0,0};//!< the covariance matrix
    236236  int       mode = 0;                                //!< mode = 0: vertex soup, no connections, mode = 1: 3 following verteces build a triangle
    237237
Note: See TracChangeset for help on using the changeset viewer.