Changeset 2066 for GTP/trunk/Lib/Vis/Preprocessing/scripts
- Timestamp:
- 01/31/07 01:51:57 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/scripts
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/generate_viewcells.env
r2065 r2066 5 5 6 6 Scene { 7 # filename ../data/vienna/vienna_cropped.obj 8 filename ../data/soda/soda5.obj 7 filename ../data/vienna/vienna_cropped.obj 8 # filename ../data/soda/soda5.obj 9 # filename ../data/soda/soda5.dat 9 10 } 10 11 … … 86 87 maxDepth 20 87 88 88 maxCostRatio 2.5 89 maxCostRatio 1.5 90 #maxCostRatio 999999 89 91 ct_div_ci 0.5 90 92 } … … 127 129 128 130 exportPvs false 131 filename vienna_cropped-visibility.xml.gz 129 132 130 133 # type of view cells … … 164 167 } 165 168 166 showVisualization true167 #showVisualization false169 #showVisualization true 170 showVisualization false 168 171 evaluateViewCells false 169 172 … … 187 190 VspBspTree { 188 191 Construction { 189 samples 300000192 samples 2000000 190 193 epsilon 0.0000001 191 194 randomize false … … 208 211 209 212 # maximal tested rays for split cost heuristics 210 maxTests 10000 213 maxTests 100000 211 214 212 215 maxTotalMemory 50 … … 235 238 minGlobalCostRatio 0.0001 236 239 237 maxViewCells 200 238 239 240 maxViewCells 5000 241 240 242 # used for pvs criterium 241 243 ct_div_ci 0.0 -
GTP/trunk/Lib/Vis/Preprocessing/scripts/generate_viewcells.sh
r2064 r2066 9 9 PROGRAM=../bin/$TARGET/Preprocessor.exe 10 10 11 #SCENE=vienna_cropped12 SCENE=soda511 SCENE=vienna_cropped 12 #SCENE=soda5 13 13 14 14 LOG_PREFIX=../scripts/$SCENE … … 33 33 34 34 $PROGRAM $ENVIRONMENT \ 35 -view_cells_type=vspBspTree \36 35 -view_cells_filename=$LOG_PREFIX-visibility.xml.zip 37 36
Note: See TracChangeset
for help on using the changeset viewer.