Changeset 2036


Ignore:
Timestamp:
01/23/07 14:14:49 (17 years ago)
Author:
bittner
Message:

dummy kd tree preparation

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

Legend:

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

    r2023 r2036  
    8181        mRayCaster->InitPass(); 
    8282         
    83         cout<<"Progress : "<<(100.0f*i)/mTotalSamples<<"%"<<endl; 
     83        cout<<"Progress :"<<mTotalSamples/1e6f<<"M rays, "<<(100.0f*i)/mTotalSamples<<"%"<<endl; 
     84         
    8485        rays.clear(); 
    8586        vssRays.clear(); 
  • GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp

    r2035 r2036  
    11101110bool Preprocessor::LoadInternKdTree( const string internKdTree) 
    11111111{ 
     1112  bool mUseKdTree = true; 
     1113   
    11121114  if (!mUseKdTree) { 
    11131115        // create just a dummy KdTree 
  • GTP/trunk/Lib/Vis/Preprocessing/src/run_test2

    r2022 r2036  
    4040-rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \ 
    4141-view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ 
    42 -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4k.xml \ 
    43 -preprocessor_stats=$PREFIX-i-mixed-b1-n4k.log \ 
    44 -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4k.hlog 
     42-preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4l.xml \ 
     43-preprocessor_stats=$PREFIX-i-mixed-b1-n4l.log \ 
     44-preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4l.hlog 
    4545 
    4646$COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 
Note: See TracChangeset for help on using the changeset viewer.