Revision 2625,
1.1 KB
checked in by mattausch, 17 years ago
(diff) |
added new view cell
deleted other view cell generation stuff (please use generate_viewcells.sh script)
added visualizaton method for gvs
|
Line | |
---|
1 | #!sh |
---|
2 | |
---|
3 | |
---|
4 | #COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+" |
---|
5 | 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 | |
---|
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 |
---|
10 | VIEWCELLS=../data/Arena/arena-high-lods-5000-viewcells.xml.gz |
---|
11 | |
---|
12 | |
---|
13 | #-rss_distributions=mutation+object_direction+spatial \ |
---|
14 | #-preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \ |
---|
15 | |
---|
16 | PREFIX=../work/plots/osp-TEST |
---|
17 | DISTRIBUTIONS=mutation+object_direction+spatial |
---|
18 | |
---|
19 | $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
20 | -rss_distributions=$DISTRIBUTIONS \ |
---|
21 | -view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ |
---|
22 | -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \ |
---|
23 | -preprocessor_ray_cast_method=2 \ |
---|
24 | -preprocessor_stats=$PREFIX-i-spatial-b1-n4a.log \ |
---|
25 | -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog \ |
---|
26 | demo1.env |
---|
Note: See
TracBrowser
for help on using the repository browser.