Ignore:
Timestamp:
01/10/08 15:03:06 (16 years ago)
Author:
bittner
Message:

minor edits

Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Mutation.cpp

    r2583 r2590  
    2525#define EVALUATE_MUTATION_STATS 1 
    2626 
    27   //#define Q_SEARCH_STEPS 3 
    28  
    29   // VH - commened out !!!!! 8/1/2008 
     27//#define Q_SEARCH_STEPS 3 
     28 
     29// VH - commened out !!!!! 8/1/2008 
    3030#define SORT_RAY_ENTRIES 1 
    3131 
     
    200200  cout<<"Mutation candidates sorted in "<<TimeDiff(t1, GetTime())<<" ms."<<endl; 
    201201#endif 
    202    
     202                                                                                                                                                                   
    203203#if MUTATION_USE_CDF 
    204204  // compute cdf 
  • GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp

    r2588 r2590  
    12321232        { 
    12331233 
    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; 
    12361236        } 
    12371237 
     
    12671267                        cout << rays.size() / (1e3f * TimeDiff(t1, t2)) << "M rays/s" << endl; 
    12681268#endif 
    1269         } 
    1270  
    1271         cerr<<"Determining PVS objects"<<endl; 
     1269 
     1270        } 
     1271 
     1272        //      cerr<<"Determining PVS objects"<<endl; 
    12721273        DeterminePvsObjects(vssRays); 
    1273         cerr<<"done."<<endl; 
     1274        //      cerr<<"done."<<endl; 
     1275 
    12741276 
    12751277} 
  • GTP/trunk/Lib/Vis/Preprocessing/src/run_test2

    r2589 r2590  
    44#COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+" 
    55COMMAND="../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  
    76 
    87#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.