Ignore:
Timestamp:
11/01/05 20:02:22 (19 years ago)
Author:
mattausch
Message:

some ideas abou saving bspleaves with the ray and t

File:
1 edited

Legend:

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

    r362 r366  
    194194} 
    195195 
     196 
     197void Ray::Insert(const BspIntersection &bspi) 
     198{ 
     199        vector<BspIntersection>::iterator it; 
     200 
     201        while (it != 
     202} 
     203 
    196204ostream & 
    197205operator<<(ostream &s, const PassingRaySet &set) 
Note: See TracChangeset for help on using the changeset viewer.