Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6897 in orxonox.OLD for branches/cdmerge/src/lib


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

cdmerge: on the work agian

Location:
branches/cdmerge/src/lib/collision_detection
Files:
2 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];
  • branches/cdmerge/src/lib/collision_detection/obb_tree_node.cc

    r6894 r6897  
    689689{
    690690
     691  printf("draw bv\n");
    691692
    692693  /* this function can be used to draw the triangles and/or the points only  */
Note: See TracChangeset for help on using the changeset viewer.