Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 10, 2005, 4:25:41 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: now the axis get drawn correctly:)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/obb_tree.cc

    r4581 r4586  
    9797  /* generate some test vertices */
    9898  sVec3D* vertList = new sVec3D[3];
    99   sVec3D data[]  = {{0.0, 0.0, 0.0},{10.0, -5.0, 0.0},{10.0, 5.0, 0.0}};
     99  sVec3D data[]  = {{0.0, 0.0, 0.0},{10.0, -5.0, 5.0},{10.0, 5.0, 0.0}};
    100100
    101101  for(int i = 0; i < 3; ++i)
Note: See TracChangeset for help on using the changeset viewer.