Changeset 9096 in orxonox.OLD for branches/presentation/src/lib/graphics/importer
- Timestamp:
- Jul 4, 2006, 3:30:35 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/lib/graphics/importer/bsp_manager.cc
r9094 r9096 961 961 962 962 963 963 this->checkCollisionX(worldEntity); 964 this->checkCollisionY(worldEntity); 965 this->checkCollisionZ(worldEntity); 964 966 965 967 … … 1287 1289 if( box != NULL) 1288 1290 { 1289 up = position + box->center + dirY * (box->halfLength[1] + BSP_Y_OFFSET);1291 up = position + box->center + dirY * (box->halfLength[1]/* + BSP_Y_OFFSET*/); 1290 1292 down = position + box->center - dirY * (box->halfLength[1] + BSP_Y_OFFSET); 1291 1293 }
Note: See TracChangeset
for help on using the changeset viewer.