Changeset 8341 in orxonox.OLD for branches/bsp_model/src/lib/graphics/importer
- Timestamp:
- Jun 13, 2006, 12:00:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc
r8336 r8341 940 940 // Return the normal here: Normal's stored in this->collPlane; 941 941 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); 943 943 worldEntity->registerCollision(this->parent, worldEntity, Vector(this->collPlane->x, this->collPlane->y, this->collPlane->z), out); 944 944 }
Note: See TracChangeset
for help on using the changeset viewer.