- Timestamp:
- 01/23/07 14:14:49 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/CombinedPreprocessor.cpp
r2023 r2036 81 81 mRayCaster->InitPass(); 82 82 83 cout<<"Progress : "<<(100.0f*i)/mTotalSamples<<"%"<<endl; 83 cout<<"Progress :"<<mTotalSamples/1e6f<<"M rays, "<<(100.0f*i)/mTotalSamples<<"%"<<endl; 84 84 85 rays.clear(); 85 86 vssRays.clear(); -
GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp
r2035 r2036 1110 1110 bool Preprocessor::LoadInternKdTree( const string internKdTree) 1111 1111 { 1112 bool mUseKdTree = true; 1113 1112 1114 if (!mUseKdTree) { 1113 1115 // create just a dummy KdTree -
GTP/trunk/Lib/Vis/Preprocessing/src/run_test2
r2022 r2036 40 40 -rss_distributions=mutation+object_direction+spatial -view_cells_filter_max_size=1 \ 41 41 -view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ 42 -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4 k.xml \43 -preprocessor_stats=$PREFIX-i-mixed-b1-n4 k.log \44 -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4 k.hlog42 -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 45 45 46 46 $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
Note: See TracChangeset
for help on using the changeset viewer.