Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8341 in orxonox.OLD for branches/bsp_model/src/lib/graphics


Ignore:
Timestamp:
Jun 13, 2006, 12:00:01 PM (18 years ago)
Author:
patrick
Message:

bsp: better debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc

    r8336 r8341  
    940940    // Return the normal here: Normal's stored in this->collPlane;
    941941    if(collision ) {
    942       PRINTF(0)("We got a collision!! Are you sure: outputFraction = %f\n", this->outputFraction);
     942//       PRINTF(0)("We got a collision!! Are you sure: outputFraction = %f\n", this->outputFraction);
    943943      worldEntity->registerCollision(this->parent, worldEntity, Vector(this->collPlane->x, this->collPlane->y, this->collPlane->z), out);
    944944    }
Note: See TracChangeset for help on using the changeset viewer.