Ignore:
Timestamp:
11/28/06 19:46:36 (18 years ago)
Author:
bittner
Message:

global lines support

File:
1 edited

Legend:

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

    r1771 r1824  
    150150                { 
    151151                  VssRay *vssRay = new VssRay( 
    152                                                                           hitA.mPoint, 
    153                                                                           hitB.mPoint, 
    154                                                                           hitA.mObject, 
    155                                                                           hitB.mObject, 
    156                                                                           mPreprocessor.mPass, 
    157                                                                           simpleRay.mPdf 
    158                                                                           ); 
     152                                                                                                                                        hitA.mPoint, 
     153                                                                                                                                        hitB.mPoint, 
     154                                                                                                                                        hitA.mObject, 
     155                                                                                                                                        hitB.mObject, 
     156                                                                                                                                        mPreprocessor.mPass, 
     157                                                                                                                                        simpleRay.mPdf 
     158                                                                                                                                        ); 
    159159                  if (validB) 
    160                         vssRay->mFlags |= VssRay::Valid; 
     160                                vssRay->mFlags |= VssRay::Valid; 
    161161                   
    162162                  vssRays.push_back(vssRay); 
Note: See TracChangeset for help on using the changeset viewer.