#!/bin/sh #COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+" COMMAND="../scripts/preprocessor.sh -preprocessor_quit_on_finish+ -preprocessor_use_gl_renderer- -preprocessor_evaluate_filter+" #SCENE="../data/vienna/vienna-buildings.x3d;../data/vienna/vienna-roofs.x3d;../data/vienna/vienna-roads.x3d" #VIEWCELLS=../data/vienna/vienna-viewcells-5000.xml #SCENE=../data/soda/soda5.dat #VIEWCELLS=../data/soda/soda5-viewcells-1000.xml #VIEWCELLS=../data/soda/soda5-viewcells-single.xml #SCENE=../data/PowerPlant/selection.plb #VIEWCELLS=../data/PowerPlant/power_plant_viewcells1.xml #SCENE=../data/soda/soda.dat #VIEWCELLS=../data/soda/soda5-viewcells-1000.xml #VIEWCELLS=../data/soda/soda-viewcells-5000.xml #VIEWCELLS=../data/soda/soda5-viewcells-single.xml #SCENE=../data/artificial/city.x3d #VIEWCELLS=../data/soda/soda5-viewcells2.xml #VIEWCELLS=../data/artificial/city-viewcells-1000.xml #SCENE=../data/test1/test2.x3d #VIEWCELLS=../data/test1/test-viewcells.xml SCENE=../data/vienna/vienna_cropped.obj VIEWCELLS=../data/vienna/vienna_cropped-gradient-viewcells.xml.gz PREFIX=../work/plots/osp-rss-1e5 #SCENE=../data/atlanta/atlanta2.x3d #PREFIX=../work/plots/atlanta2-rss9 # $COMMAND -preprocessor=sampling -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ # -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-reference.log \ # -preprocessor_histogram_file=$PREFIX-r-reference.hlog $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ -rss_use_importance+ -rss_update_subdivision+ -rss_split=hybrid -hybrid_depth=10 \ -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-i-combined-update-ccb12-n.log \ -preprocessor_histogram_file=$PREFIX-i-combined-update-ccb12-n.hlog # ####### # ####### # $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ # -rss_use_importance- -rss_object_based_sampling- -rss_directional_sampling+ \ # -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-directional-based-b3.log \ # -preprocessor_histogram_file=$PREFIX-r-directional-based-b3.hlog # $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ # -rss_use_importance- -rss_object_based_sampling- -rss_directional_sampling- \ # -view_cells_filter_max_size=1 -preprocessor_stats=$PREFIX-r-spatial-based-bb3.log \ # -preprocessor_histogram_file=$PREFIX-r-spatial-based-bb3.hlog # $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ # -rss_use_importance+ -rss_use_rss_tree- -view_cells_filter_max_size=1 \ # -preprocessor_stats=$PREFIX-i-mixed-b1.log \ # -preprocessor_histogram_file=$PREFIX-i-mixed-b1.hlog # $COMMAND -scene_filename=$SCENE -view_cells_filename=$VIEWCELLS \ # -rss_use_importance+ -rss_use_rss_tree- -view_cells_filter_max_size=1 \ # -rss_initial_samples=500000 -rss_vss_samples_per_pass=500000 -preprocessor_ray_cast_method=0 \ # -preprocessor_stats=$PREFIX-i-global-b1.log \ # -preprocessor_histogram_file=$PREFIX-i-global-b1.hlog