Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 31, 2006, 3:45:13 PM (18 years ago)
Author:
patrick
Message:

cdmerge: on the work agian

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cdmerge/src/lib/collision_detection/obb_tree.cc

    r6894 r6897  
    6666  if( unlikely(this->rootNode != NULL))
    6767  {
    68     PRINTF(2)("The BVTree has already been spawned, flushing and respawning again...\n");
    69     this->flushTree();
     68    PRINTF(2)("The BVTree has already been spawned, returning\n");
     69    return;
    7070  }
     71
    7172  this->rootNode = new OBBTreeNode(*this, NULL, depth-1);
    72 
    7373  /* triangles indexes created */
    7474  int* triangleIndexes = new int[modelInf.numTriangles];
Note: See TracChangeset for help on using the changeset viewer.