Changeset 2692 for GTP/trunk/Lib/Vis/Preprocessing/src/GvsPreprocessor.cpp
- Timestamp:
- 05/21/08 02:22:39 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/GvsPreprocessor.cpp
r2691 r2692 220 220 Intersectable *obj = ray.mTerminationObject; 221 221 222 // counter < 2 => not accounted for yet 223 // test of triangle was accounted for yet 222 // test if triangle was accounted for yet 224 223 result = AddTriangleObject(obj); 225 224 … … 233 232 if (!node->Mailed()) 234 233 { 235 //cout<<"o";236 234 // add to pvs 237 235 node->Mail(); … … 372 370 373 371 // this ray will not be further processed 374 // if (!enqueued) delete newRay;372 // note: ray deletion is handled by ray pool 375 373 376 374 return castRays;
Note: See TracChangeset
for help on using the changeset viewer.