Ignore:
Timestamp:
01/21/06 18:32:30 (18 years ago)
Author:
bittner
Message:

rss sampling changes, preprocessor::GenerateRays?

File:
1 edited

Legend:

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

    r556 r563  
    2525#       type vss 
    2626        type rss 
    27         detectEmptyViewSpace true 
    28 } 
     27        detectEmptyViewSpace false 
     28        pvsRenderErrorSamples 10000 
     29 
     30} 
     31 
    2932 
    3033VssPreprocessor { 
     
    5356        maxStaticMemory 100 
    5457 
    55         splitType regular 
     58#       splitType regular 
    5659#       splitType heuristic 
    57 #       splitType hybrid 
     60        splitType hybrid 
    5861        splitUseOnlyDrivingAxis true 
    5962 
     
    6972 
    7073RssPreprocessor { 
    71         samplesPerPass  100000 
    72         initialSamples 100000 
    73         vssSamples 10000 
    74         vssSamplesPerPass 100000 
     74        samplesPerPass 500000 
     75        initialSamples 1000000 
     76        vssSamples 15000000 
     77        vssSamplesPerPass 1000000 
    7578        useImportanceSampling true 
    7679 
     
    8790        useViewcells true 
    8891        updateSubdivision true 
    89         loadInitialSamples true 
     92        loadInitialSamples false 
    9093        storeInitialSamples false 
    9194} 
     
    102105        maxCostRatio 1.0 
    103106        maxRayContribution 0.5 
    104         maxRays         1000000 
     107        maxRays         5000000 
    105108        maxTotalMemory  200 
    106109        maxStaticMemory 100 
    107110 
    108         splitType regular 
     111#       splitType regular 
    109112#       splitType heuristic 
    110 #       splitType hybrid 
    111         splitUseOnlyDrivingAxis true 
     113        splitType hybrid 
     114        splitUseOnlyDrivingAxis false 
    112115        importanceBasedCost false 
    113116 
     
    166169} 
    167170 
     171 
    168172ViewCells { 
    169173        loadFromFile true 
     174        exportToFile false 
    170175        #type kdTree 
    171176        #type vspKdTree 
    172         # type bspTree 
     177        #type bspTree 
    173178        type vspBspTree 
    174179         
     
    176181         
    177182        height 5.0 
    178         maxViewCells 500 
    179         maxPvs 200 
    180          
    181          
    182 PostProcess { 
    183                 minPvsDif 100 
    184                 minPvs 10 
    185                 maxPvs 150 
     183        maxViewCells 100000 
     184        #percentage of total visible objects where pvs is considered invalid 
     185        maxPvsRatio 0.05 
     186                 
     187        delayedConstruction true 
     188                 
     189                 
     190        PostProcess { 
    186191                # how much samples are used for post processing 
    187                 samples 100000 
    188         } 
    189  
    190                 Visualization { 
     192                samples 200000 
     193        } 
     194 
     195        Visualization { 
    191196                # how much samples we use for visualization 
    192197                samples 5000 
     
    196201                colorCode Random 
    197202                exportRays false 
    198                 exportGeometry true 
    199         } 
    200          
    201         filename ../data/soda/viewcells_soda5-2.xml 
    202 #       filename ../data/atlanta/viewcells_atlanta2.xml 
     203                exportGeometry false 
     204        } 
     205         
     206#       filename ../data/soda/viewcells_soda5-2.xml 
     207        filename ../data/atlanta/viewcells_atlanta2.xml 
    203208#       filename ../data/atlanta/atlanta_viewcells_large.x3d 
    204209#       filename ../data/vienna/viewcells-25-sel.x3d 
    205210#       filename ../data/vienna/viewcells-25.x3d 
    206211#       filename ../data/vienna/viewcells-large-sel.x3d 
     212#       filename ../scripts/viewcells_vienna.xml 
     213 
     214 
    207215} 
    208216 
     
    252260        } 
    253261} 
     262 
    254263 
    255264VspBspTree { 
     
    309318        } 
    310319         
    311         PostProcess { 
    312                 maxCostRatio 0.1 
    313                 minViewCells 500 
    314                 maxPvsSize   1000 
    315                 useRaysForMerge true 
    316         } 
    317 } 
     320} 
Note: See TracChangeset for help on using the changeset viewer.