source: GTP/trunk/Lib/Vis/Preprocessing/scripts/run_demo_arena @ 2596

Revision 2596, 956 bytes checked in by mattausch, 16 years ago (diff)

added scripts for gvs preprocessor

RevLine 
[2534]1#!sh
2
3
4#COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+"
5COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish- -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter- -samples_per_evaluation=5000000 -samples_per_pass=500000 -total_samples=100000000"
6
7SCENE=../data/Arena/arena-high-lods.obj
8VIEWCELLS=../data/Arena/arena-high-lods-57000-viewcells.xml.gz
9
[2586]10#-rss_distributions=mutation+object_direction+spatial \
11#-preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \
12
[2534]13PREFIX=../work/plots/osp-TEST
[2596]14DISTRIBUTIONS=mutation+object_direction+spatial
[2534]15
16$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
[2596]17-rss_distributions=$DISTRIBUTIONS \
[2534]18-view_cells_use_kd_pvs+ -af_use_kd_pvs+ \
19-preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \
[2593]20-preprocessor_ray_cast_method=2 \
[2586]21-preprocessor_stats=$PREFIX-i-spatial-b1-n4a.log \
[2534]22-preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog \
[2543]23demo1.env
Note: See TracBrowser for help on using the repository browser.