Changeset 2211 for GTP/trunk/Lib
- Timestamp:
- 03/08/07 16:32:45 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/preprocess_visibility.env
r2210 r2211 24 24 useGlDebugger false 25 25 # 0 = INTERNAL 1 = MLRT 26 rayCastMethod 126 rayCastMethod 0 27 27 28 28 type combined … … 128 128 importRandomViewCells false 129 129 130 useKdPvs false130 useKdPvs true 131 131 useKdPvsAfterFiltering true 132 132 # samples used for view cell construction … … 205 205 } 206 206 207 #filename ../data/Arena/viewcells-20000.xml 208 209 207 208 #filename ../data/Arena/viewcells-20000.xml 210 209 filename ../data/vienna/vienna_cropped-gradient-viewcells.xml.gz 211 212 } 213 214 215 Simulation { 216 objRenderCost 1.0 217 vcOverhead 1.0 218 # always between 0 and 1 219 moveSpeed 0.0001 220 } 221 210 } -
GTP/trunk/Lib/Vis/Preprocessing/scripts/preprocess_visibility_internal.sh
r2199 r2211 20 20 -preprocessor_ray_cast_method=1 \ 21 21 -samples_per_pass=1000000 \ 22 -view_cells_use_kd_pvs + -af_use_kd_pvs+\22 -view_cells_use_kd_pvs- -af_use_kd_pvs- \ 23 23 -mutation_silhouette_prob=0.5 \ 24 24 -mutation_reverse_samples_distance=1.0 \
Note: See TracChangeset
for help on using the changeset viewer.