Changeset 9197 in orxonox.OLD for branches/presentation/src/lib/graphics
- Timestamp:
- Jul 5, 2006, 10:09:33 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/lib/graphics/importer/bsp_manager.cc
r9151 r9197 272 272 const float dMaxs = dir.x*(float)curLeaf.maxs[0] +dir.y*(float)curLeaf.maxs[1] +dir.z*(float)curLeaf.maxs[2] - dist; 273 273 274 if(dMins < - 50.0 && dMaxs < - 50.0) {274 if(dMins < -70.0 && dMaxs < -70.0) { 275 275 continue; 276 276 }
Note: See TracChangeset
for help on using the changeset viewer.