Changeset 1989 for GTP/trunk/Lib/Vis/Preprocessing/src/run
- Timestamp:
- 01/18/07 10:25:29 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/run
r1986 r1989 1 1 #!/bin/sh 2 2 3 COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish- -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter- -preprocessor_ray_cast_method= 0"3 COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish- -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter- -preprocessor_ray_cast_method=1" 4 4 5 #SCENE=../data/Pompeii/PompeiiTen.obj6 #VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz5 SCENE=../data/Pompeii/PompeiiTen.obj 6 VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz 7 7 8 8 #SCENE=../data/artificial/room_with_sphere.obj 9 9 #VIEWCELLS=../data/artificial/simpleHoleViewCell.x3d 10 10 11 SCENE=../data/soda/soda5.dat12 VIEWCELLS=../data/soda/soda5-viewcells.xml11 #SCENE=../data/soda/soda5.dat 12 #VIEWCELLS=../data/soda/soda5-viewcells.xml 13 13 14 14 $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
Note: See TracChangeset
for help on using the changeset viewer.