Line | |
---|
1 | #!sh |
---|
2 | |
---|
3 | # add bin to path |
---|
4 | export PATH=../bin:$PATH |
---|
5 | |
---|
6 | #TARGET=debug |
---|
7 | TARGET=release |
---|
8 | |
---|
9 | |
---|
10 | #COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+" |
---|
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" |
---|
12 | |
---|
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 |
---|
18 | VIEWCELLS=../data/Arena/arena-high-lods-5000-viewcells.xml.gz |
---|
19 | |
---|
20 | # SCENE=../data/Pompeii/PompeiiTen.obj |
---|
21 | # VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz |
---|
22 | |
---|
23 | PREFIX=../work/plots/osp-TEST |
---|
24 | |
---|
25 | #SCENE=../data/atlanta/atlanta2.x3d |
---|
26 | #PREFIX=../work/plots/atlanta2-rss9 |
---|
27 | |
---|
28 | DISTRIBUTIONS=mutation+object_direction+spatial |
---|
29 | |
---|
30 | $COMMAND -preprocessor=combined \ |
---|
31 | -scene_filename=$SCENE \ |
---|
32 | -view_cells_filename=$VIEWCELLS \ |
---|
33 | -preprocessor_ray_cast_method=3 \ |
---|
34 | -rss_distributions=$DISTRIBUTIONS \ |
---|
35 | -view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ |
---|
36 | -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \ |
---|
37 | -preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \ |
---|
38 | -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog \ |
---|
39 | demo1.env |
---|
40 | |
---|
Note: See
TracBrowser
for help on using the repository browser.