Ignore:
Timestamp:
11/21/05 18:51:12 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r423 r425  
    137137        maxRayCandidates 100 
    138138         
     139        # factors for evaluating split plane costs 
     140        Factor { 
     141                verticalSplits 1.0 
     142                largestPolyArea 1.0 
     143                blockedRays 1.0 
     144                leastRaySplits 1.0 
     145                balancedRays 1.0 
     146                pvsFactor 1.0 
     147                leastSplits 1.0 
     148                balancedPolys 1.0 
     149                balancedViewCells 1.0 
     150        } 
     151         
    139152        Termination { 
    140153                # parameters used for autopartition 
     
    146159                maxRayContribution 0.005 
    147160                #maxAccRayLength 100 
    148                  
     161                # used for pvs criterium 
     162                ct_div_ci 0.0 
     163         
    149164                # axis aligned splits 
    150165                AxisAligned { 
     
    203218 
    204219        Construction { 
    205                 samples 100000 
    206         } 
    207          
    208         Termination { 
    209                 maxDepth        40 
    210                 minPvs          5 
     220                samples 200000 
     221        } 
     222         
     223        Termination { 
     224                maxDepth        20 
     225                minPvs          200 
    211226                minRays         100 
    212227                minSize         0.001 
     
    215230        } 
    216231         
    217         maxTotalMemory  400 
    218         maxStaticMemory 200 
     232        maxTotalMemory  600 
     233        maxStaticMemory 600 
    219234 
    220235        splitType regular 
Note: See TracChangeset for help on using the changeset viewer.