Ignore:
Timestamp:
08/22/05 21:07:44 (19 years ago)
Author:
bittner
Message:

Merged sources with ViewCellBsp?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/MeshKdTree.cpp

    r177 r245  
    369369      entp = extp; 
    370370      mint = maxt; 
     371 
     372      if (ray.GetType() == Ray::LINE_SEGMENT && mint > 1.0f) 
     373        break; 
     374 
    371375      RayTraversalData &s  = tStack.top(); 
    372376      node = s.mNode; 
Note: See TracChangeset for help on using the changeset viewer.