Changeset 8534 in orxonox.OLD for branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc
- Timestamp:
- Jun 16, 2006, 3:25:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc
r8533 r8534 996 996 else 997 997 { 998 999 1000 1001 998 999 1000 1001 1002 1002 if( this->outputFraction == 1.0f) 1003 1003 { … … 1027 1027 } 1028 1028 1029 1029 1030 1030 } 1031 1031 // Return the normal here: Normal's stored in this->collPlane; 1032 1032 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); 1034 1034 worldEntity->registerCollision(this->parent, worldEntity, Vector(this->collPlane->x, this->collPlane->y, this->collPlane->z), out); 1035 1035 }
Note: See TracChangeset
for help on using the changeset viewer.