Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 10, 2005, 3:27:05 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: axis get drawn, still strange values, debug

File:
1 edited

Legend:

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

    r4573 r4581  
    6969{
    7070  if( likely(this->rootNode != NULL))
     71  {
    7172    this->rootNode->drawBV(currentDepth, depth);
     73    this->rootNode->drawBVPolygon(currentDepth, depth);
     74  }
    7275}
    7376
     
    9497  /* generate some test vertices */
    9598  sVec3D* vertList = new sVec3D[3];
    96   sVec3D data[]  = {{0.0, 0.0, 0.0},{5.0, 0.0, 10.0},{-5.0, 0.0, 10.0}};
     99  sVec3D data[]  = {{0.0, 0.0, 0.0},{10.0, -5.0, 0.0},{10.0, 5.0, 0.0}};
    97100
    98101  for(int i = 0; i < 3; ++i)
Note: See TracChangeset for help on using the changeset viewer.