Revision 1989,
630 bytes
checked in by bittner, 18 years ago
(diff) |
mutation updates
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish- -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter- -preprocessor_ray_cast_method=1" |
---|
4 | |
---|
5 | SCENE=../data/Pompeii/PompeiiTen.obj |
---|
6 | VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz |
---|
7 | |
---|
8 | #SCENE=../data/artificial/room_with_sphere.obj |
---|
9 | #VIEWCELLS=../data/artificial/simpleHoleViewCell.x3d |
---|
10 | |
---|
11 | #SCENE=../data/soda/soda5.dat |
---|
12 | #VIEWCELLS=../data/soda/soda5-viewcells.xml |
---|
13 | |
---|
14 | $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ |
---|
15 | -preprocessor_detect_empty_viewspace+ \ |
---|
16 | -rss_distributions=mutation+object_direction+spatial |
---|
17 | |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.