- Timestamp:
- 01/15/07 18:33:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/generate_viewcells.sh
r1744 r1982 17 17 ############################################################################ 18 18 19 METHOD= gradient19 METHOD=interleaved 20 20 echo "$SCENE $METHOD" 21 21 … … 28 28 -hierarchy_construction_type=2 \ 29 29 -hierarchy_construction_consider_memory=true 30 31 ############################################################################ 32 33 # METHOD=fast 34 # echo "$SCENE $METHOD" 35 36 # $PROGRAM $ENVIRONMENT \ 37 # -view_cells_filename=$LOG_PREFIX-$METHOD-viewcells.xml.gz \ 38 # -view_cells_merge_stats=$LOG_PREFIX-$METHOD-mergeStats.log \ 39 # -vsp_subdivision_stats=$LOG_PREFIX-$METHOD-vsp-subdivisionStats.log \ 40 # -bvh_subdivision_stats=$LOG_PREFIX-$METHOD-bvh-subdivisionStats.log \ 41 # -hierarchy_subdivision_stats=$LOG_PREFIX-$METHOD-hierarchy-subdivisionStats.log \ 42 # -hierarchy_construction_type=0 \ 43 # -hierarchy_construction_consider_memory=true \ 44 # -bvh_term_max_leaves=10000 \ 45 # -hierarchy_term_max_leaves=20000
Note: See TracChangeset
for help on using the changeset viewer.