Ignore:
Timestamp:
11/25/05 17:16:26 (19 years ago)
Author:
mattausch
Message:

bsptree view cells working in VssPreprocessor?

File:
1 edited

Legend:

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

    r433 r436  
    229229                dir = vssRay.GetDir() / dist; 
    230230 
    231         if (!vssRay.mTerminationObject) 
    232                 Debug << "error!" << endl; 
    233  
    234231        intersections.push_back(Intersection(dist, vssRay.mTerminationObject, 0)); 
    235232 
Note: See TracChangeset for help on using the changeset viewer.