Changeset 2540


Ignore:
Timestamp:
08/08/07 16:20:15 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2539 r2540  
    3333NODES=4000 
    3434VIEWCELLS=4000 
    35 #USE_HEUR=true 
    3635USE_HEUR=false 
    3736OBJ_WEIGHT=20 
    38  
     37SAMPLES=1000000 
    3938  
    4039echo "$SCENE $METHOD" 
     
    5251 -vsp_use_cost_heuristics=$USE_HEUR \ 
    5352 -bvh_term_max_leaves=$NODES \ 
    54  -vsp_term_max_view_cells=$VIEWCELLS 
     53 -vsp_term_max_view_cells=$VIEWCELLS \ 
     54 -hierarchy_construction_samples=$SAMPLES 
    5555 
    5656sh movefiles.sh $LOG_PREFIX-$METHOD 
Note: See TracChangeset for help on using the changeset viewer.