Ignore:
Timestamp:
12/28/06 20:02:12 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r736 r1923  
    262262} 
    263263 
    264  
    265264Simulation { 
    266265        objRenderCost 1.0 
     
    270269} 
    271270 
    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         # maximal cost for merging a view cell 
    300         PostProcess { 
    301                 maxCostRatio 0.005 
    302                 minViewCells 10000 
    303                 maxPvsSize   5000 
    304         } 
    305          
    306          
    307         Visualization { 
    308         } 
    309 } 
    310271 
    311272VspBspTree { 
Note: See TracChangeset for help on using the changeset viewer.