Changeset 2638 for GTP/trunk/Lib/Vis/Preprocessing/src/HavranRayCaster.cpp
- Timestamp:
- 01/24/08 11:41:38 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/HavranRayCaster.cpp
r2635 r2638 433 433 castDoubleRay, pruneInvalidRays); 434 434 435 preprocessor->UpdateDynamicObjects(); 435 436 if ((int)rays.size() > 100000 && i % (100000/16) == 0) 436 437 cout<<"\r"<<offset<<"/"<<(int)rays.size()<<"\r";
Note: See TracChangeset
for help on using the changeset viewer.