Ignore:
Timestamp:
10/23/06 15:37:18 (18 years ago)
Author:
mattausch
Message:

working on render cost evaluation framework for interleaved splits

File:
1 edited

Legend:

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

    r1664 r1666  
    102102  echo "$SCENE $METHOD" 
    103103 
    104 # $PROGRAM $ENVIRONMENT \ 
     104 $PROGRAM $ENVIRONMENT \ 
    105105  -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \ 
    106106  -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \ 
     
    134134 
    135135############################################################### 
    136  
    137  METHOD=gradient-2 
     136MEMCONST=1.0 
     137 METHOD=gradient-$MEMCONST 
    138138 echo ********" $SCENE $METHOD ************" 
    139139 
     
    148148 -hierarchy_construction_levels=4 \ 
    149149 -hierarchy_construction_consider_memory=true \ 
     150 -hierarchy_term_memory_const=$MEMCONST \ 
     151 -bvh_construction_render_cost_decrease_weight=0.99 \ 
     152 -vsp_construction_render_cost_decrease_weight=0.99 \ 
     153 -hierarchy_construction_recompute_split_on_repair=true 
     154 
     155sh movefiles.sh $LOG_PREFIX-$METHOD 
     156 
     157######################################################################### 
     158 
     159MEMCONST=0.1 
     160 METHOD=gradient-$MEMCONST 
     161 echo ********" $SCENE $METHOD ************" 
     162 
     163 $PROGRAM $ENVIRONMENT \ 
     164 -view_cells_evaluation_stats_prefix=$LOG_PREFIX-$METHOD \ 
     165 -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \ 
     166 -vsp_subdivision_stats=$LOG_PREFIX-$METHOD-vsp-subdivisionStats.log \ 
     167 -bvh_subdivision_stats=$LOG_PREFIX-$METHOD-bvh-subdivisionStats.log \ 
     168 -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \ 
     169 -hierarchy_construction_type=2 \ 
     170 -hierarchy_construction_multilevel=false \ 
     171 -hierarchy_construction_levels=4 \ 
     172 -hierarchy_construction_consider_memory=true \ 
     173 -hierarchy_term_memory_const=$MEMCONST \ 
    150174 -bvh_construction_render_cost_decrease_weight=0.99 \ 
    151175 -vsp_construction_render_cost_decrease_weight=0.99 \ 
Note: See TracChangeset for help on using the changeset viewer.