source: GTP/trunk/Lib/Vis/Preprocessing/src/run @ 1989

Revision 1989, 630 bytes checked in by bittner, 17 years ago (diff)

mutation updates

  • Property svn:executable set to *
RevLine 
[1985]1#!/bin/sh
2
[1989]3COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish- -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter- -preprocessor_ray_cast_method=1"
[1985]4
[1989]5SCENE=../data/Pompeii/PompeiiTen.obj
6VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz
[1985]7
[1986]8#SCENE=../data/artificial/room_with_sphere.obj
9#VIEWCELLS=../data/artificial/simpleHoleViewCell.x3d
[1985]10
[1989]11#SCENE=../data/soda/soda5.dat
12#VIEWCELLS=../data/soda/soda5-viewcells.xml
[1986]13
[1985]14$COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \
[1986]15-preprocessor_detect_empty_viewspace+ \
[1985]16-rss_distributions=mutation+object_direction+spatial
17
18
Note: See TracBrowser for help on using the repository browser.