Ignore:
Timestamp:
02/17/06 20:41:22 (18 years ago)
Author:
mattausch
Message:

added spatial hierarchy based merge tree

File:
1 edited

Legend:

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

    r649 r650  
    331331                missTolerance           6 
    332332                 
    333                 maxViewCells            10000 
    334                  
     333                maxViewCells            100 
     334         
    335335                # used for pvs criterium 
    336336                ct_div_ci 0.0 
     
    354354BspTree { 
    355355        Construction { 
    356                 samples 500000 
     356                samples 50000 
    357357                epsilon 0.005 
    358358        } 
     
    420420                minProbability 0.00001 
    421421                maxRayContribution 9999 
    422                 maxViewCells    10000 
     422                maxViewCells    100 
    423423 
    424424                # used for pvs criterium 
Note: See TracChangeset for help on using the changeset viewer.