Ignore:
Timestamp:
03/13/06 16:29:28 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/VssPreprocessor.cpp

    r685 r693  
    158158                // cast again to ensure that there is no objectA 
    159159                SetupRay(ray, pointB, direction); 
    160                 ray.mFlags |= Ray::CULL_BACKFACESw; 
     160                ray.mFlags |= Ray::CULL_BACKFACES; 
    161161                 
    162162                if (mKdTree->CastRay(ray))  
Note: See TracChangeset for help on using the changeset viewer.