Changeset 2729 for GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp
- Timestamp:
- 06/02/08 04:11:30 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp
r2726 r2729 1181 1181 { 1182 1182 const int n = 4; 1183 cout << "hack: setting ray pool size to multiple " << n << " of samples per pass" << endl;1184 1183 reserveRays = mSamplesPerPass * n; 1184 cout << "setting ray pool size to " << reserveRays << endl; 1185 1185 1186 } 1186 1187 1187 1188 cout << "======================" << endl; 1188 1189 cout << "reserving " << reserveRays << " rays " << endl; 1190 1189 1191 mRayCaster->ReserveVssRayPool(reserveRays); 1192 1190 1193 cout<<"done."<<endl<<flush; 1194 1191 1195 return true; 1192 1196 }
Note: See TracChangeset
for help on using the changeset viewer.