#!/bin/sh COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish- -preprocessor_use_gl_renderer+ -preprocessor_evaluate_filter- -preprocessor_ray_cast_method=1" SCENE=../data/Pompeii/PompeiiTen.obj VIEWCELLS=../data/Pompeii/pompeii_big-seq-viewcells.xml.gz #SCENE=../data/artificial/room_with_sphere.obj #VIEWCELLS=../data/artificial/simpleHoleViewCell.x3d #SCENE=../data/soda/soda5.dat #VIEWCELLS=../data/soda/soda5-viewcells.xml $COMMAND -preprocessor=combined -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ -preprocessor_detect_empty_viewspace+ \ -rss_distributions=mutation+object_direction+spatial