#!sh # add bin to path export PATH=../bin:$PATH #TARGET=debug TARGET=release #COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+" 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" #SCENE=../data/Arena/arena-high-lods.obj SCENE=../data/Arena/arena_trees.obj #VIEWCELLS=../data/Arena/arena-high-lods-57000-viewcells.xml.gz #VIEWCELLS=../data/Arena/arena-high-lods-10000-viewcells.xml.gz VIEWCELLS=../data/Arena/arena-high-lods-5000-viewcells.xml.gz # SCENE=../data/Pompeii/PompeiiTen.obj # VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz PREFIX=../work/plots/osp-TEST #SCENE=../data/atlanta/atlanta2.x3d #PREFIX=../work/plots/atlanta2-rss9 DISTRIBUTIONS=mutation+object_direction+spatial $COMMAND -preprocessor=combined \ -scene_filename=$SCENE \ -view_cells_filename=$VIEWCELLS \ -rss_distributions=$DISTRIBUTIONS \ -view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \ -preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \ -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog \ demo1.env