Revision 2725,
1.4 KB
checked in by mattausch, 17 years ago
(diff) |
siggraph asia submission
|
Rev | Line | |
---|
[2534] | 1 | #!sh |
---|
| 2 | |
---|
[2676] | 3 | # add bin to path |
---|
| 4 | export PATH=../bin:$PATH |
---|
[2534] | 5 | |
---|
[2676] | 6 | #TARGET=debug |
---|
| 7 | TARGET=release |
---|
| 8 | |
---|
| 9 | |
---|
[2534] | 10 | #COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+" |
---|
[2725] | 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 -view_cells_import_random_viewcells+" |
---|
[2534] | 12 | |
---|
[2725] | 13 | SCENE=../data/Arena/arena-high-lods.obj |
---|
| 14 | #SCENE=../data/Arena/arena_trees.obj |
---|
[2676] | 15 | |
---|
| 16 | #VIEWCELLS=../data/Arena/arena-high-lods-57000-viewcells.xml.gz |
---|
| 17 | #VIEWCELLS=../data/Arena/arena-high-lods-10000-viewcells.xml.gz |
---|
[2625] | 18 | VIEWCELLS=../data/Arena/arena-high-lods-5000-viewcells.xml.gz |
---|
[2725] | 19 | VIEWPOINTS=../data/arena/arena_key_cropped.vp |
---|
[2534] | 20 | |
---|
[2676] | 21 | # SCENE=../data/Pompeii/PompeiiTen.obj |
---|
| 22 | # VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz |
---|
[2625] | 23 | |
---|
[2676] | 24 | PREFIX=../work/plots/osp-TEST |
---|
[2586] | 25 | |
---|
[2676] | 26 | #SCENE=../data/atlanta/atlanta2.x3d |
---|
| 27 | #PREFIX=../work/plots/atlanta2-rss9 |
---|
| 28 | |
---|
[2596] | 29 | DISTRIBUTIONS=mutation+object_direction+spatial |
---|
[2534] | 30 | |
---|
[2676] | 31 | $COMMAND -preprocessor=combined \ |
---|
| 32 | -scene_filename=$SCENE \ |
---|
| 33 | -view_cells_filename=$VIEWCELLS \ |
---|
[2684] | 34 | -preprocessor_ray_cast_method=3 \ |
---|
[2596] | 35 | -rss_distributions=$DISTRIBUTIONS \ |
---|
[2534] | 36 | -view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ |
---|
| 37 | -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \ |
---|
[2676] | 38 | -preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \ |
---|
[2534] | 39 | -preprocessor_histogram_file=$PREFIX-i-mixed-b1-n4a.hlog \ |
---|
[2725] | 40 | -view_cells_random_viewpoint_list=$VIEWPOINTS \ |
---|
[2676] | 41 | demo1.env |
---|
| 42 | |
---|
Note: See
TracBrowser
for help on using the repository browser.