Changeset 2590 for GTP/trunk/Lib/Vis
- Timestamp:
- 01/10/08 15:03:06 (17 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Mutation.cpp
r2583 r2590 25 25 #define EVALUATE_MUTATION_STATS 1 26 26 27 28 29 27 //#define Q_SEARCH_STEPS 3 28 29 // VH - commened out !!!!! 8/1/2008 30 30 #define SORT_RAY_ENTRIES 1 31 31 … … 200 200 cout<<"Mutation candidates sorted in "<<TimeDiff(t1, GetTime())<<" ms."<<endl; 201 201 #endif 202 202 203 203 #if MUTATION_USE_CDF 204 204 // compute cdf -
GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp
r2588 r2590 1232 1232 { 1233 1233 1234 //mRayCaster->SortRays(rays);1235 // cout<<"Rays sorted in "<<TimeDiff(t1, GetTime())<<" ms."<<endl;1234 mRayCaster->SortRays(rays); 1235 // cout<<"Rays sorted in "<<TimeDiff(t1, GetTime())<<" ms."<<endl; 1236 1236 } 1237 1237 … … 1267 1267 cout << rays.size() / (1e3f * TimeDiff(t1, t2)) << "M rays/s" << endl; 1268 1268 #endif 1269 } 1270 1271 cerr<<"Determining PVS objects"<<endl; 1269 1270 } 1271 1272 // cerr<<"Determining PVS objects"<<endl; 1272 1273 DeterminePvsObjects(vssRays); 1273 cerr<<"done."<<endl; 1274 // cerr<<"done."<<endl; 1275 1274 1276 1275 1277 } -
GTP/trunk/Lib/Vis/Preprocessing/src/run_test2
r2589 r2590 4 4 #COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+" 5 5 COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish- -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter- -samples_per_evaluation=5000000 -samples_per_pass=500000 -total_samples=20000000 -mutation_use_pass_importance-" 6 7 6 8 7 #SCENE="../data/vienna/vienna-buildings.x3d;../data/vienna/vienna-roofs.x3d;../data/vienna/vienna-roads.x3d"
Note: See TracChangeset
for help on using the changeset viewer.