Changeset 2099 for GTP/trunk/Lib
- Timestamp:
- 02/07/07 13:56:59 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/scripts
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/preprocess_visibility.sh
r2075 r2099 13 13 export PATH=$PATH:../bin 14 14 15 NUM_SAMPLE_RAYS= 500000015 NUM_SAMPLE_RAYS=20000000 16 16 17 17 $PREPROCESSOR -total_samples=$NUM_SAMPLE_RAYS \ -
GTP/trunk/Lib/Vis/Preprocessing/scripts/preprocess_visibility_internal.sh
r2075 r2099 19 19 -preprocessor_ray_cast_method=1 \ 20 20 -samples_per_pass=1000000 \ 21 -view_cells_use_kd_pvs - -af_use_kd_pvs-\21 -view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ 22 22 -mutation_silhouette_prob=0.5 \ 23 23 -mutation_reverse_samples_distance=1.0 \
Note: See TracChangeset
for help on using the changeset viewer.