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

Legend:

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

    r600 r601  
    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 false 
     27        detectEmptyViewSpace true 
    2828} 
    2929 
     
    3636        loadInitialSamples  false 
    3737        storeInitialSamples false 
    38         useViewSpaceBox false 
     38        useViewSpaceBox true 
    3939#       testBeamSampling true 
    4040} 
     
    176176        # samples used for view cell construction 
    177177        Construction { 
    178                 samples 2000000 
     178                samples 1400000 
    179179                samplesPerPass 500000 
    180180        } 
    181181 
    182182        #number of active view cells 
    183         active 2048 
     183        active 256 
    184184        maxStaticMemory 40 
    185185 
     
    188188 
    189189        #type kdTree 
    190         #type vspKdTree 
     190        type vspKdTree 
    191191        #type bspTree 
    192192        type vspBspTree 
     
    213213                useRaysForMerge false 
    214214                refine false 
    215                 compress false 
     215                compress true 
    216216                merge true 
    217217        } 
     
    288288VspBspTree { 
    289289        Construction { 
    290                 samples 1000000 
     290                samples 800000 
    291291                epsilon 0.005 
    292292                randomize false 
     
    304304         
    305305        # maximal candidates for split planes 
    306         maxPolyCandidates 200 
     306        maxPolyCandidates 250 
    307307 
    308308         
    309309        # maximal tested rays for split cost heuristics 
    310         maxTests 10000 
     310        maxTests 20000 
    311311         
    312312        maxTotalMemory  50 
     
    322322        Termination { 
    323323                # parameters used for autopartition 
    324                 minRays                 500 
     324                minRays                 20 
    325325                minPolygons             -1 
    326                 maxDepth                25 
     326                maxDepth                40 
    327327                minPvs                  -1 
    328                 minProbability          0.0000001 
    329                 maxRayContribution      0.3 
    330                 maxCostRatio            0.9 
     328                minProbability          0.00000001 
     329                maxRayContribution      0.15 
     330                maxCostRatio            0.8 
    331331                missTolerance           3 
    332332                 
    333                 maxViewCells            30000 
     333                maxViewCells            100000 
    334334                 
    335335                # used for pvs criterium 
     
    337337                 
    338338                AxisAligned { 
    339                         minRays                 20000 
     339                        minRays                 50000 
    340340                        maxRayContribution      9.9 
    341341                } 
Note: See TracChangeset for help on using the changeset viewer.