Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9197 in orxonox.OLD


Ignore:
Timestamp:
Jul 5, 2006, 10:09:33 AM (18 years ago)
Author:
bottac
Message:

Better empiric constants.

File:
1 edited

Legend:

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

    r9151 r9197  
    272272        const float dMaxs = dir.x*(float)curLeaf.maxs[0] +dir.y*(float)curLeaf.maxs[1] +dir.z*(float)curLeaf.maxs[2] - dist;
    273273
    274         if(dMins < -50.0 && dMaxs < -  50.0) {
     274        if(dMins < -70.0 && dMaxs < -70.0) {
    275275          continue;
    276276        }
Note: See TracChangeset for help on using the changeset viewer.