Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 16, 2006, 3:25:28 PM (19 years ago)
Author:
patrick
Message:

bsp: less debug output. claudio: well done ground walking seems to work quite fine

File:
1 edited

Legend:

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

    r8533 r8534  
    996996  else
    997997  {
    998    
    999    
    1000    
    1001    
     998
     999
     1000
     1001
    10021002  if( this->outputFraction == 1.0f)
    10031003  {
     
    10271027  }
    10281028
    1029  
     1029
    10301030  }
    10311031  // Return the normal here: Normal's stored in this->collPlane;
    10321032  if( collision) {
    1033     PRINTF(0)("We got a collision!! Are you sure: outputFraction = %f\n", this->outputFraction);
     1033    PRINTF(5)("We got a collision!! Are you sure: outputFraction = %f\n", this->outputFraction);
    10341034    worldEntity->registerCollision(this->parent, worldEntity, Vector(this->collPlane->x, this->collPlane->y, this->collPlane->z), out);
    10351035  }
Note: See TracChangeset for help on using the changeset viewer.