Changeset 1572 for GTP/trunk/Lib
- Timestamp:
- 10/05/06 11:16:57 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/GvsPreprocessor.cpp
r1571 r1572 65 65 { 66 66 VssRay *newRay = ReverseSampling(currentRay, hitTriangle, oldRay); 67 // set flag for visualization 67 68 newRay->mFlags |= VssRay::ReverseSample; 68 cout << "here9444 " << (int) newRay->mFlags << endl;69 cout << "here9444 " << (int) newRay->mFlags << " " << newRay << endl; 69 70 // ray is not pushed into the queue => can delete ray 70 71 if (!HandleRay(newRay))
Note: See TracChangeset
for help on using the changeset viewer.