- Timestamp:
- 05/21/08 02:22:39 (17 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/run_demo_vienna
r2691 r2692 25 25 #PREFIX=../work/plots/atlanta2-rss9 26 26 27 #DISTRIBUTIONS=mutation+object_direction+spatial28 DISTRIBUTIONS=object_direction27 DISTRIBUTIONS=mutation+object_direction+spatial 28 #DISTRIBUTIONS=object_direction 29 29 #DISTRIBUTIONS=spatial 30 30 -
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.