Changeset 2676 for GTP/trunk/Lib/Vis/Preprocessing/scripts/run_demo_arena
- Timestamp:
- 05/08/08 19:08:48 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/run_demo_arena
r2625 r2676 1 1 #!sh 2 3 # add bin to path 4 export PATH=../bin:$PATH 5 6 #TARGET=debug 7 TARGET=release 2 8 3 9 … … 5 11 COMMAND="../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 12 7 SCENE=../data/Arena/arena-high-lods.obj 8 VIEWCELLS=../data/Arena/arena-high-lods-57000-viewcells.xml.gz 9 VIEWCELLS=../data/Arena/arena-high-lods-10000-viewcells.xml.gz 13 #SCENE=../data/Arena/arena-high-lods.obj 14 SCENE=../data/Arena/arena_trees.obj 15 16 #VIEWCELLS=../data/Arena/arena-high-lods-57000-viewcells.xml.gz 17 #VIEWCELLS=../data/Arena/arena-high-lods-10000-viewcells.xml.gz 10 18 VIEWCELLS=../data/Arena/arena-high-lods-5000-viewcells.xml.gz 11 19 12 13 #-rss_distributions=mutation+object_direction+spatial \ 14 #-preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \ 20 # SCENE=../data/Pompeii/PompeiiTen.obj 21 # VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz 15 22 16 23 PREFIX=../work/plots/osp-TEST 24 25 #SCENE=../data/atlanta/atlanta2.x3d 26 #PREFIX=../work/plots/atlanta2-rss9 27 17 28 DISTRIBUTIONS=mutation+object_direction+spatial 18 29 19 $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ 30 $COMMAND -preprocessor=combined \ 31 -scene_filename=$SCENE \ 32 -view_cells_filename=$VIEWCELLS \ 20 33 -rss_distributions=$DISTRIBUTIONS \ 21 34 -view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ 22 35 -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \ 23 -preprocessor_ray_cast_method=2 \ 24 -preprocessor_stats=$PREFIX-i-spatial-b1-n4a.log \ 36 -preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \ 25 37 -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog \ 26 38 demo1.env 39
Note: See TracChangeset
for help on using the changeset viewer.