Ignore:
Timestamp:
02/02/07 11:31:53 (18 years ago)
Author:
bittner
Message:

preprocess visibility scripts update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/generate_viewcells

    r1404 r2075  
    1212SCENE=generate_viewcells 
    1313 
    14 LOG_PREFIX=../scripts/vienna 
     14LOG_PREFIX=../scripts/soda 
    1515 
    1616ENVIRONMENT=$SCENE.env 
     
    2323 
    2424$PROGRAM $ENVIRONMENT \ 
    25 -view_cells_type=vspBspTree \ 
     25-view_cells_type=vspOspTree \ 
    2626-view_cells_construction_samples=0 \ 
    2727-vsp_bsp_construction_samples=500000 \ 
     
    3131-vsp_bsp_subdivision_stats=$LOG_PREFIX-$METHOD-subdivisionStats.log \ 
    3232-view_cells_post_process_merge=false \ 
    33 -view_cells_active=1000 \ 
    34 -view_cells_filename=$LOG_PREFIX-visibility.xml.zip \ 
     33-view_cells_active=5000 \ 
     34-view_cells_filename=$LOG_PREFIX-viewcells.xml.gz \ 
    3535-view_cells_export_pvs=true \ 
    3636-view_cells_export_bounding_boxes=true \ 
Note: See TracChangeset for help on using the changeset viewer.