Ignore:
Timestamp:
01/04/06 10:02:28 (19 years ago)
Author:
mattausch
Message:

fixed bug in tree collapse

File:
1 edited

Legend:

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

    r491 r495  
    2828VssPreprocessor { 
    2929        samplesPerPass  100000 
    30         initialSamples 1000000 
     30        initialSamples 500000 
    3131        vssSamples 200000 
    3232        vssSamplesPerPass 100000 
    3333        useImportanceSampling true 
    34         loadInitialSamples  true 
     34        loadInitialSamples  false 
    3535        storeInitialSamples false 
    3636} 
     
    236236VspBspTree { 
    237237        Construction { 
    238                 samples 300000 
     238                samples 500000 
    239239                epsilon 0.005 
    240240                randomize false 
     
    266266        Termination { 
    267267                # parameters used for autopartition 
    268                 minRays                 20 
     268                minRays                 100 
    269269                minPolygons             -1 
    270270                maxDepth                30 
    271271                minPvs                  20 
    272272                #minArea                0.0001 
    273                 #minArea                0.000 
     273                minArea                 0.000 
    274274                maxRayContribution      0.005 
    275275                maxCostRatio            0.9 
     
    277277                #maxAccRayLength        100 
    278278                 
    279                 maxViewCells            5000 
     279                maxViewCells            20000 
    280280                 
    281281                # used for pvs criterium 
Note: See TracChangeset for help on using the changeset viewer.