Ignore:
Timestamp:
06/25/06 06:54:53 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/vienna.env

    r942 r1052  
    112112 
    113113        maxDepth        40 
     114 
     115 
    114116        minPvs          3 
    115117        minRays         30 
     
    222224                refine false 
    223225                compress false 
    224                 merge true 
    225                 emptyViewCellsMerge false 
     226                merge false 
    226227        } 
    227228 
     
    251252                samplingType box 
    252253                histogram true 
    253                 histoPasses 5000 
     254                histoStepSize 5000 
    254255        } 
    255256 
     
    270271} 
    271272 
    272  
    273 VspKdTree { 
    274         epsilon         1e-6 
    275  
    276         Construction { 
    277                 samples 500000 
    278         } 
    279          
    280         Termination { 
    281                 maxDepth                40 
    282                 minPvs                  0 
    283                 minRays                 1 
    284                 minSize                 0.001 
    285                 maxCostRatio            5.9 
    286                 maxViewCells            169 
    287                 missTolerance           4 
    288                 maxRayContribution      2.5 
    289         } 
    290          
    291         maxTotalMemory  100 
    292         maxStaticMemory 40 
    293  
    294         splitType       regular 
    295         #splitType      heuristics 
    296         splitUseOnlyDrivingAxis true 
    297         ct_div_ci       0.0 
    298          
    299         PostProcess { 
    300                 maxCostRatio 0.005 
    301                 minViewCells 10000 
    302                 maxPvsSize   5000 
    303         } 
    304          
    305          
    306         Visualization { 
    307         } 
    308 } 
    309273 
    310274VspBspTree { 
Note: See TracChangeset for help on using the changeset viewer.