Ignore:
Timestamp:
02/06/06 02:16:36 (18 years ago)
Author:
bittner
Message:

slider visualization

File:
1 edited

Legend:

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

    r576 r599  
    1313#;../data/vienna/vienna-plane.x3d 
    1414# filename ../data/vienna/viewcells-25-sel.x3d 
    15 filename ../data/atlanta/atlanta2.x3d 
     15#filename ../data/atlanta/atlanta2.x3d 
    1616#filename ../data/soda/soda.dat 
    17 # filename ../data/soda/soda5.dat 
     17filename ../data/soda/soda5.dat 
    1818} 
    1919 
     
    2727        detectEmptyViewSpace false 
    2828        pvsRenderErrorSamples 10000 
     29        quitOnFinish false 
    2930} 
    3031 
     
    7273RssPreprocessor { 
    7374        samplesPerPass 500000 
    74         initialSamples 2000000 
    75         vssSamples 20000000 
     75        initialSamples 100 
     76        vssSamples 100 
    7677        vssSamplesPerPass 1000000 
    7778        useImportanceSampling true 
     
    166167 
    167168ViewCells { 
    168         loadFromFile true 
     169        # samples used for view cell construction 
     170        Construction { 
     171                samples 600000 
     172                samplesPerPass 200000 
     173        } 
     174 
     175        #number of active view cells 
     176        active 10000 
     177        maxStaticMemory 40 
     178 
    169179        exportToFile false 
     180        loadFromFile false 
     181 
    170182        #type kdTree 
    171183        #type vspKdTree 
     
    177189        height 5.0 
    178190        maxViewCells 100000 
     191 
    179192        #percentage of total visible objects where pvs is considered invalid 
    180         maxPvsRatio 0.05 
     193        maxPvsRatio 1.0 
    181194                 
    182         delayedConstruction true 
    183                  
    184                  
     195        pruneEmptyViewCells false 
     196        processOnlyValidViewCells false 
     197         
    185198        PostProcess { 
    186199                # how much samples are used for post processing 
    187                 samples 200000 
     200                samples 300000 
     201                renderCostWeight 1.0 
     202                maxCostRatio 0.1 
     203                minViewCells 1 
     204                avgCostMaxDeviation 0.8 
     205                maxMergesPerPass 500  
     206                useRaysForMerge false 
     207                refine false 
     208                compress false 
     209                merge true 
    188210        } 
    189211 
    190212        Visualization { 
    191213                # how much samples we use for visualization 
    192                 samples 5000 
     214                samples 100000 
    193215                #colorCode PVS 
    194216                #colorCode MergedLeaves 
    195217                #colorCode MergedTreeDiff 
    196218                colorCode Random 
    197                 exportRays false 
    198                 exportGeometry false 
    199         } 
    200          
    201 #       filename ../data/soda/viewcells_soda5-2.xml 
    202         filename ../data/atlanta/viewcells_atlanta2.xml 
     219                exportRays true 
     220                exportGeometry true 
     221                exportMergedViewCells true 
     222                useCuttingPlane true 
     223                cuttingPlaneAxis 1 
     224        } 
     225         
    203226#       filename ../data/atlanta/atlanta_viewcells_large.x3d 
    204227#       filename ../data/vienna/viewcells-25-sel.x3d 
     
    206229#       filename ../data/vienna/viewcells-large-sel.x3d 
    207230#       filename ../scripts/viewcells_vienna.xml 
    208  
    209  
     231        filename ../scripts/viewcells_atlanta.xml 
    210232} 
    211233 
     
    217239        moveSpeed 0.0001 
    218240} 
     241 
    219242 
    220243 
     
    257280 
    258281 
     282 
    259283VspBspTree { 
    260284        Construction { 
    261                 samples 500000 
     285                samples 300000 
    262286                epsilon 0.005 
    263287                randomize false 
     288                renderCostWeight 1.0 
    264289        } 
    265290 
     
    270295        # balanced rays        = 512 
    271296        # pvs                  = 1024 
    272  
     297         
    273298        splitPlaneStrategy 1024 
    274299         
    275300        # maximal candidates for split planes 
    276         maxPolyCandidates 100 
    277         maxRayCandidates 100 
     301        maxPolyCandidates 0 
     302 
    278303         
    279304        # maximal tested rays for split cost heuristics 
    280         maxTests 2000 
     305        maxTests 10000 
     306         
     307        maxTotalMemory  50 
     308        maxStaticMemory 50 
    281309         
    282310        # factors for evaluating split plane costs 
     
    287315        } 
    288316         
    289 #       Termination { 
    290 #               # parameters used for autopartition 
    291 #               minRays                 100 
    292 #               minPolygons             -1 
    293 #               maxDepth                30 
    294 #               minPvs                  2 
    295 #               #minProbability         0.0001 
    296 #               minProbabilty           0.000 
    297 #               maxRayContribution      0.005 
     317        Termination { 
     318                # parameters used for autopartition 
     319                minRays                 -150 
     320                minPolygons             -1 
     321                maxDepth                30 
     322                minPvs                  -10 
     323                #minProbability         0.0001 
     324                minProbability          -1 
     325#               maxRayContribution      0.3 
     326                maxRayContribution      2.3 
    298327#               maxCostRatio            0.9 
    299 #               missTolerance           4 
    300 #               #maxAccRayLength        100 
     328                maxCostRatio            3.9 
     329                missTolerance           3 
     330 
    301331                 
    302 #               maxViewCells            20000 
     332                maxViewCells            10000 
    303333                 
    304 #               # used for pvs criterium 
    305 #               ct_div_ci 0.0 
    306 #       } 
    307          
    308         splitUseOnlyDrivingAxis false 
     334                # used for pvs criterium 
     335                ct_div_ci 0.0 
     336                 
     337                AxisAligned { 
     338                        minRays                 1 
     339                        maxRayContribution      9.9 
     340                } 
     341        } 
     342         
     343        splitUseOnlyDrivingAxis true 
    309344         
    310345        Visualization { 
     
    312347                exportSplits true 
    313348        } 
    314          
    315 } 
     349} 
Note: See TracChangeset for help on using the changeset viewer.