Ignore:
Timestamp:
02/06/06 19:09:53 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r598 r600  
    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 
     17#       filename ../data/soda/soda5.dat 
    1818} 
    1919 
     
    2525        type vss 
    2626#       type rss 
    27         detectEmptyViewSpace true 
     27        detectEmptyViewSpace false 
    2828} 
    2929 
     
    3636        loadInitialSamples  false 
    3737        storeInitialSamples false 
    38         useViewSpaceBox true 
     38        useViewSpaceBox false 
    3939#       testBeamSampling true 
    4040} 
     
    176176        # samples used for view cell construction 
    177177        Construction { 
    178                 samples 600000 
    179                 samplesPerPass 200000 
     178                samples 2000000 
     179                samplesPerPass 500000 
    180180        } 
    181181 
    182182        #number of active view cells 
    183         active 256 
     183        active 2048 
    184184        maxStaticMemory 40 
    185185 
    186         exportToFile false 
     186        exportToFile true 
    187187        loadFromFile false 
    188188 
    189189        #type kdTree 
    190         type vspKdTree 
     190        #type vspKdTree 
    191191        #type bspTree 
    192192        type vspBspTree 
     
    209209                maxCostRatio 0.1 
    210210                minViewCells 1 
    211                 avgCostMaxDeviation 0.8 
    212                 maxMergesPerPass 500  
     211                avgCostMaxDeviation 0.01 
     212                maxMergesPerPass 500 
    213213                useRaysForMerge false 
    214214                refine false 
    215215                compress false 
    216                 merge false 
     216                merge true 
    217217        } 
    218218 
     
    288288VspBspTree { 
    289289        Construction { 
    290                 samples 300000 
     290                samples 1000000 
    291291                epsilon 0.005 
    292292                randomize false 
     
    301301        # pvs                  = 1024 
    302302         
    303         splitPlaneStrategy 1024 
     303        splitPlaneStrategy 1026 
    304304         
    305305        # maximal candidates for split planes 
    306         maxPolyCandidates 0 
     306        maxPolyCandidates 200 
    307307 
    308308         
     
    322322        Termination { 
    323323                # parameters used for autopartition 
    324                 minRays                 -150 
     324                minRays                 500 
    325325                minPolygons             -1 
    326                 maxDepth                30 
    327                 minPvs                  -10 
    328                 #minProbability         0.0001 
    329                 minProbability          -1 
    330 #               maxRayContribution      0.3 
    331                 maxRayContribution      2.3 
    332 #               maxCostRatio            0.9 
    333                 maxCostRatio            3.9 
     326                maxDepth                25 
     327                minPvs                  -1 
     328                minProbability          0.0000001 
     329                maxRayContribution      0.3 
     330                maxCostRatio            0.9 
    334331                missTolerance           3 
    335  
    336                  
    337                 maxViewCells            512 
     332                 
     333                maxViewCells            30000 
    338334                 
    339335                # used for pvs criterium 
     
    341337                 
    342338                AxisAligned { 
    343                         minRays                 1 
     339                        minRays                 20000 
    344340                        maxRayContribution      9.9 
    345341                } 
    346342        } 
    347343         
    348         splitUseOnlyDrivingAxis true 
     344        splitUseOnlyDrivingAxis false 
    349345         
    350346        Visualization { 
    351347                # x3d visualization of the split planes 
    352                 exportSplits true 
     348                exportSplits false 
    353349        } 
    354350} 
Note: See TracChangeset for help on using the changeset viewer.