Ignore:
Timestamp:
11/03/05 16:43:51 (19 years ago)
Author:
bittner
Message:
 
File:
1 edited

Legend:

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

    r373 r374  
    3333  ray.intersections.clear(); 
    3434  ray.kdLeaves.clear(); 
    35   ray.meshes.clear(); 
     35  ray.testedObjects.clear(); 
    3636  ray.bspIntersections.clear(); 
    37  
     37        ray.mFlags |= Ray::STORE_KDLEAVES | Ray::STORE_BSP_INTERSECTIONS; 
    3838  //  cout<<point<<" "<<direction<<endl; 
    3939  ray.Init(point, direction, type); 
Note: See TracChangeset for help on using the changeset viewer.