Changeset 675 for GTP/trunk/Lib/Vis/Preprocessing/scripts
- Timestamp:
- 03/06/06 09:17:09 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/egsr_test_script
r674 r675 2 2 PROGRAM=../bin/release/Preprocessor.exe 3 3 4 #SCENE=soda54 SCENE=soda5 5 5 #SCENE=soda 6 SCENE=atlanta6 #SCENE=atlanta 7 7 #SCENE=vienna 8 8 … … 32 32 -view_cells_post_process_merge=true \ 33 33 -vsp_bsp_term_min_pvs=0 \ 34 -view_cells_evaluation_samples=1000000 \ 34 35 -view_cells_filename=$LOG_PREFIX-$METHOD-viewCells.x3d 35 36 … … 58 59 -view_cells_post_process_merge=false \ 59 60 -vsp_bsp_term_min_pvs=0 \ 60 -view_cells_filename=$LOG_PREFIX-$METHOD-viewCells.x3d 61 62 mv debug.log $LOG_PREFIX-$METHOD-debug.log 61 -view_cells_evaluation_samples=1000000 \ 62 -view_cells_filename=$LOG_PREFIX-$METHOD-viewCells.x3d 63 64 mv debug.log $LOG_PREFIX-$METHOD-debug.log 65 66 67 63 68 64 69 … … 86 91 87 92 mv debug.log $LOG_PREFIX-$METHOD-debug.log 93 94 88 95 89 96 … … 110 117 -vsp_bsp_max_poly_candidates=0 \ 111 118 -vsp_bsp_breath_first_splits=true \ 112 -vsp_bsp_term_min_pvs= 15\119 -vsp_bsp_term_min_pvs=50 \ 113 120 -view_cells_construction_samples=0 \ 114 121 -vsp_bsp_use_split_cost_queue=false \ 115 -vsp_bsp_term_max_depth= 20\122 -vsp_bsp_term_max_depth=19 \ 116 123 -view_cells_filename=$LOG_PREFIX-$METHOD-viewCells.x3d 117 124 … … 271 278 272 279 ################################################################ 273 # vspbsptree - many samples 280 # vspbsptree - many samples - no queue # 274 281 ################################################################ 275 282
Note: See TracChangeset
for help on using the changeset viewer.