Ignore:
Timestamp:
11/15/05 01:32:10 (19 years ago)
Author:
mattausch
Message:

worked on view space partition kd tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env

    r410 r411  
    6767ViewCells { 
    6868        #hierarchy kdTree 
     69        hierarchy vspTree 
    6970        hierarchy bspTree 
    7071        # hierarchy sceneDependent 
     
    201202        epsilon         1e-6 
    202203 
    203         maxDepth        40 
    204         minPvs          1 
    205         minRays         50 
    206         minSize         0.00001 
    207         maxCostRatio    0.95 
    208         maxRayContribution 0.05 
     204        Construction { 
     205                samples 100000 
     206        } 
     207         
     208        Termination { 
     209                maxDepth        40 
     210                minPvs          1 
     211                minRays         50 
     212                minSize         0.00001 
     213                maxCostRatio    0.95 
     214                maxRayContribution 0.05 
     215        } 
    209216         
    210217        maxTotalMemory  400 
     
    212219 
    213220        splitType regular 
    214 #       splitType heuristics 
    215221 
    216222        numberOfEndPointDomains 10000 
    217223        ct_div_ci       0.0 
    218         randomize       false 
    219  
    220         refDirBoxMaxSize        0.1 
    221 } 
     224} 
Note: See TracChangeset for help on using the changeset viewer.