Ignore:
Timestamp:
01/25/06 18:28:09 (18 years ago)
Author:
mattausch
Message:

added upper and lower boundary for pvs penalty in heuristics

File:
1 edited

Legend:

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

    r577 r578  
    2323        useGlRenderer false 
    2424#       type sampling 
    25 #       type vss 
    26         type rss 
     25        type vss 
     26#       type rss 
    2727        detectEmptyViewSpace false 
    2828} 
     
    176176        # samples used for view cell construction 
    177177        Construction { 
    178                 samples 500000 
    179                 samplesPerPass 50000 
     178                samples 1500000 
     179                samplesPerPass 40000 
    180180        } 
    181181 
    182182        exportToFile false 
    183         loadFromFile true 
     183        loadFromFile false 
    184184 
    185185        #type kdTree 
     
    271271VspBspTree { 
    272272        Construction { 
    273                 samples 90000 
     273                samples 900000 
    274274                epsilon 0.005 
    275275                randomize false 
     
    315315                #maxAccRayLength        100 
    316316                 
    317                 maxViewCells            500 
     317                maxViewCells            5000 
    318318                 
    319319                # used for pvs criterium 
     
    336336        PostProcess { 
    337337                maxCostRatio 0.1 
    338                 minViewCells 5000 
     338                minViewCells 110 
    339339                useRaysForMerge false 
    340340                exportMergeStats false 
Note: See TracChangeset for help on using the changeset viewer.