- Timestamp:
- 05/16/08 15:51:50 (17 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/run_demo_arena
r2676 r2684 31 31 -scene_filename=$SCENE \ 32 32 -view_cells_filename=$VIEWCELLS \ 33 -preprocessor_ray_cast_method=3 \ 33 34 -rss_distributions=$DISTRIBUTIONS \ 34 35 -view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ -
GTP/trunk/Lib/Vis/Preprocessing/scripts/run_demo_soda
r2596 r2684 1 1 #!sh 2 2 3 # add bin to path 4 export PATH=../bin:$PATH 3 5 4 6 #COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+" … … 16 18 -rss_distributions=$DISTRIBUTIONS \ 17 19 -view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ 20 -preprocessor_ray_cast_method=1 \ 18 21 -preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \ 19 22 -preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \
Note: See TracChangeset
for help on using the changeset viewer.