- Timestamp:
- 05/26/08 01:05:56 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/CombinedPreprocessor.cpp
r2680 r2709 13 13 #include "CombinedPreprocessor.h" 14 14 #include "RayCaster.h" 15 15 #include <windows.h> 16 16 17 17 … … 79 79 80 80 for (mCurrentSamples =0; mCurrentSamples < mTotalSamples; mCurrentSamples += mSamplesPerPass, mPass++) { 81 while (mSynchronize) 82 { 83 // hack: sleep during walthrough computation 84 Sleep(1000); 85 } 86 81 87 mRayCaster->InitPass(); 82 88
Note: See TracChangeset
for help on using the changeset viewer.