Ignore:
Timestamp:
01/16/06 03:23:29 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r540 r542  
    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 
     
    2121        # stored sample rays 
    2222        samplesFilename rays.out 
    23         useGlRenderer true 
     23        useGlRenderer false 
    2424#       type sampling 
    2525        type vss 
     
    2929VssPreprocessor { 
    3030        samplesPerPass  100000 
    31         initialSamples 200000 
    32         vssSamples 200000 
     31        initialSamples 300000 
     32        vssSamples 1000000 
    3333        vssSamplesPerPass 100000 
    3434        useImportanceSampling true 
     
    5252        maxDepth        40 
    5353        minPvs          30 
    54         minRays         500 
     54        minRays         800 
    5555        minSize         0.001 
    5656        maxCostRatio    1.5 
    5757        maxRayContribution 0.5 
    5858                 
    59         maxTotalMemory  200 
    60         maxStaticMemory 100 
     59        maxTotalMemory  50 
     60        maxStaticMemory 20 
    6161         
    6262        splitType regular 
     
    6666         
    6767        interleaveDirSplits     true 
    68     dirSplitDepth 10 
     68    dirSplitDepth 0 
    6969         
    7070        numberOfEndPointDomains 10000 
     
    174174        #type kdTree 
    175175        #type vspKdTree 
    176         #type bspTree 
     176        type bspTree 
    177177        type vspBspTree 
    178178         
     
    182182        maxViewCells 100000 
    183183        #percentage of total visible objects where pvs is considered invalid 
    184         maxPvsRatio 0.5 
    185                  
    186         delayedConstruction false 
     184        maxPvsRatio 0.3 
     185                 
     186        delayedConstruction true 
    187187                 
    188188                 
    189189        PostProcess { 
    190190                # how much samples are used for post processing 
    191                 samples 20000 
     191                samples 200000 
    192192        } 
    193193 
     
    224224 
    225225        Construction { 
    226                 samples 300000 
     226                samples 500000 
    227227        } 
    228228         
     
    230230                maxDepth                40 
    231231                minPvs                  50 
    232                 minRays                 700 
     232                minRays                 800 
    233233                minSize                 0.001 
    234234                maxCostRatio            0.9 
    235235                missTolerance           4 
    236                 maxRayContribution      0.05 
     236                maxRayContribution      0.5 
    237237        } 
    238238         
    239239        maxTotalMemory  100 
    240         maxStaticMemory 50 
     240        maxStaticMemory 40 
    241241 
    242242        splitType       regular 
    243243        #splitType      heuristics 
    244         splitUseOnlyDrivingAxis true 
     244        splitUseOnlyDrivingAxis false 
    245245        ct_div_ci       0.0 
    246246         
     
    248248        PostProcess { 
    249249                maxCostRatio 0.005 
    250                 minViewCells 200 
     250                minViewCells 1000 
    251251                maxPvsSize   50000 
    252252        } 
     
    259259VspBspTree { 
    260260        Construction { 
    261                 samples 100000 
     261                samples 300000 
    262262                epsilon 0.005 
    263263                randomize false 
     
    280280        maxTests 10000 
    281281         
     282        maxTotalMemory  50 
     283        maxStaticMemory 50 
     284         
    282285        # factors for evaluating split plane costs 
    283286        Factor { 
     
    289292        Termination { 
    290293                # parameters used for autopartition 
    291                 minRays                 1000 
     294                minRays                 500 
    292295                minPolygons             -1 
    293296                maxDepth                30 
    294297                minPvs                  10 
    295                 minArea                 0.00008 
    296                 #minArea                0.000 
    297                 maxRayContribution      0.3 
    298                 maxCostRatio            0.93 
     298                #minArea                0.0001 
     299                minArea                 -1 
     300                maxRayContribution      0.9 
     301                maxCostRatio            99999.93 
    299302                missTolerance           3 
    300303                #maxAccRayLength        100 
    301304                 
    302                 maxViewCells            200 
     305                maxViewCells            2001 
    303306                 
    304307                # used for pvs criterium 
     
    306309                 
    307310                AxisAligned { 
    308                         minRays                 5000 
     311                        minRays                 4000 
    309312                        maxRayContribution      0.5 
    310313                } 
     
    315318        Visualization { 
    316319                # x3d visualization of the split planes 
    317                 exportSplits false 
     320                exportSplits true 
    318321        } 
    319322         
    320323        PostProcess { 
    321                 maxCostRatio 0.1 
     324                maxCostRatio 0.001 
    322325                minViewCells 1000 
    323                 maxPvsSize   10000 
    324326                useRaysForMerge true 
    325327        } 
Note: See TracChangeset for help on using the changeset viewer.