Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 4, 2006, 3:30:35 AM (19 years ago)
Author:
patrick
Message:

collision reaction works again

File:
1 edited

Legend:

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

    r9094 r9096  
    961961
    962962
    963 
     963  this->checkCollisionX(worldEntity);
     964  this->checkCollisionY(worldEntity);
     965  this->checkCollisionZ(worldEntity);
    964966
    965967
     
    12871289  if( box != NULL)
    12881290  {
    1289     up   = position +  box->center + dirY * (box->halfLength[1]  + BSP_Y_OFFSET);
     1291    up   = position +  box->center + dirY * (box->halfLength[1]/*  + BSP_Y_OFFSET*/);
    12901292    down = position +  box->center - dirY * (box->halfLength[1]  + BSP_Y_OFFSET);
    12911293  }
Note: See TracChangeset for help on using the changeset viewer.