Changeset 1572


Ignore:
Timestamp:
10/05/06 11:16:57 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1571 r1572  
    6565        { 
    6666                VssRay *newRay = ReverseSampling(currentRay, hitTriangle, oldRay); 
     67                // set flag for visualization 
    6768                newRay->mFlags |= VssRay::ReverseSample; 
    68                 cout << "here9444 " << (int) newRay->mFlags << endl; 
     69                cout << "here9444 " << (int) newRay->mFlags << " " << newRay << endl; 
    6970                // ray is not pushed into the queue => can delete ray 
    7071                if (!HandleRay(newRay)) 
Note: See TracChangeset for help on using the changeset viewer.