Ignore:
Timestamp:
11/02/07 09:00:20 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/preprocess_visibility_internal.sh

    r2544 r2559  
    1414 
    1515#NUM_SAMPLE_RAYS=200000000 
    16 NUM_SAMPLE_RAYS=30000000 
    17 #NUM_SAMPLE_RAYS=10000 
     16#NUM_SAMPLE_RAYS=30000000 
     17NUM_SAMPLE_RAYS=5000000 
    1818 
    1919$PREPROCESSOR -total_samples=$NUM_SAMPLE_RAYS \ 
    2020-scene_filename=$1 -view_cells_filename=$2 -preprocessor_visibility_file=$3 \ 
    2121-preprocessor_ray_cast_method=1 \ 
    22 -samples_per_pass=1000000 \ 
     22-samples_per_pass=500000 \ 
    2323-view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ 
    2424-mutation_silhouette_prob=0.5 \ 
Note: See TracChangeset for help on using the changeset viewer.