Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

bsp: config parsing tests

File:
1 edited

Legend:

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

    r8524 r8533  
    5050BspManager::BspManager(WorldEntity* parent)
    5151{
    52  
     52
    5353  this->parent = parent;
    5454  /*// open a BSP file
     
    937937void BspManager::checkCollision(WorldEntity* worldEntity)
    938938{
    939  
     939
    940940  this->outputStartsOut = true;
    941941  this->outputAllSolid = false;
    942942  this->outputFraction = 1.0f;
    943  
     943
    944944
    945945
     
    976976
    977977  float height = 40;
    978  
     978
    979979  this->inputStart =  position;
    980980  this->inputEnd =   dest;
    981981  this->checkCollisionRayN(this->root,0.0f,1.0f, &position, &dest );
    982982
    983   PRINTF(0)(" checking collision: %s, solid = %i, fraction = %f\n", worldEntity->getClassName(), this->outputAllSolid, this->outputFraction);
    984   PRINTF(0)("checking collision!! Pos.Coords: %f , %f , %f\n", position.x , position.y, position.z);
    985   PRINTF(0)("checking collision!! Dest.Coords: %f , %f , %f\n", dest.x , dest.y, dest.z); 
     983//   PRINTF(0)(" checking collision: %s, solid = %i, fraction = %f\n", worldEntity->getClassName(), this->outputAllSolid, this->outputFraction);
     984//   PRINTF(0)("checking collision!! Pos.Coords: %f , %f , %f\n", position.x , position.y, position.z);
     985//   PRINTF(0)("checking collision!! Dest.Coords: %f , %f , %f\n", dest.x , dest.y, dest.z);
    986986//   position1.debug();
    987987
Note: See TracChangeset for help on using the changeset viewer.