Ignore:
Timestamp:
02/04/06 12:46:14 (18 years ago)
Author:
mattausch
Message:

updated vspkdtree for regular sudbivision

File:
1 edited

Legend:

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

    r586 r587  
    2525        type vss 
    2626#       type rss 
    27         detectEmptyViewSpace false 
     27        detectEmptyViewSpace true 
    2828} 
    2929 
     
    181181 
    182182        #number of active view cells 
    183         active 250 
     183        active 169 
    184184        maxStaticMemory 40 
    185185 
     
    188188 
    189189        #type kdTree 
    190         #type vspKdTree 
    191         type bspTree 
     190        type vspKdTree 
     191        #type bspTree 
    192192        #type vspBspTree 
    193193         
     
    205205                # how much samples are used for post processing 
    206206                samples 300000 
    207                 renderCostWeight 0.5 
     207                renderCostWeight 1.0 
    208208                maxCostRatio 0.1 
    209209                minViewCells 1 
     
    211211                maxMergesPerPass 500  
    212212                useRaysForMerge false 
    213                 refine true 
     213                refine false 
    214214                compress false 
    215215        } 
     
    253253        Termination { 
    254254                maxDepth                40 
    255                 minPvs                  50 
    256                 minRays                 800 
     255                minPvs                  0 
     256                minRays                 1 
    257257                minSize                 0.001 
    258                 maxCostRatio            0.9 
     258                maxCostRatio            5.9 
     259                maxViewCells            169 
    259260                missTolerance           4 
    260                 maxRayContribution      0.5 
     261                maxRayContribution      2.5 
    261262        } 
    262263         
     
    266267        splitType       regular 
    267268        #splitType      heuristics 
    268         splitUseOnlyDrivingAxis false 
     269        splitUseOnlyDrivingAxis true 
    269270        ct_div_ci       0.0 
    270271         
     
    272273        PostProcess { 
    273274                maxCostRatio 0.005 
    274                 minViewCells 1 
     275                minViewCells 10000 
    275276                maxPvsSize   5000 
    276277        } 
     
    349350BspTree { 
    350351        Construction { 
    351                 samples 0 
     352                samples 50000 
    352353                epsilon 0.005 
    353354        } 
     
    409410        Termination { 
    410411                # parameters used for autopartition 
    411                 minRays 200 
     412                minRays -1 
    412413                minPolygons 1 
    413                 maxDepth 40 
    414                 minPvs 100 
    415                 minArea 0.01 
    416                 maxRayContribution 0.005 
     414                maxDepth 30 
     415                minPvs -1 
     416                minProbability 0.001 
     417                maxRayContribution 9999 
    417418                #maxAccRayLength 100 
    418                  
     419                maxViewCells    5000 
     420 
    419421                # used for pvs criterium 
    420422                ct_div_ci 0.0 
Note: See TracChangeset for help on using the changeset viewer.