- Timestamp:
- 09/18/06 02:23:47 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/generate_viewcells
r1277 r1404 1 1 #!/bin/sh 2 2 3 PROGRAM=../bin/release/Preprocessor.exe 4 #PROGRAM=../bin/Debug/Preprocessor.exe 3 5 4 6 … … 29 31 -vsp_bsp_subdivision_stats=$LOG_PREFIX-$METHOD-subdivisionStats.log \ 30 32 -view_cells_post_process_merge=false \ 31 -view_cells_active= 400 \33 -view_cells_active=1000 \ 32 34 -view_cells_filename=$LOG_PREFIX-visibility.xml.zip \ 33 35 -view_cells_export_pvs=true \
Note: See TracChangeset
for help on using the changeset viewer.