Changeset 2684


Ignore:
Timestamp:
05/16/08 15:51:50 (16 years ago)
Author:
mattausch
Message:
 
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  
    3131-scene_filename=$SCENE \ 
    3232-view_cells_filename=$VIEWCELLS \ 
     33-preprocessor_ray_cast_method=3 \ 
    3334-rss_distributions=$DISTRIBUTIONS \ 
    3435-view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ 
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/run_demo_soda

    r2596 r2684  
    11#!sh 
    22 
     3# add bin to path 
     4export PATH=../bin:$PATH 
    35 
    46#COMMAND="./release/preprocessor.exe -preprocessor_quit_on_finish+" 
     
    1618-rss_distributions=$DISTRIBUTIONS \ 
    1719-view_cells_use_kd_pvs+ -af_use_kd_pvs+ \ 
     20-preprocessor_ray_cast_method=1 \ 
    1821-preprocessor_visibility_file=$PREFIX-i-mixed-b1-n4a.xml \ 
    1922-preprocessor_stats=$PREFIX-i-mixed-b1-n4a.log \ 
Note: See TracChangeset for help on using the changeset viewer.