Ignore:
Timestamp:
01/05/06 20:41:52 (19 years ago)
Author:
mattausch
Message:

added mesh creation function

File:
1 edited

Legend:

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

    r501 r503  
    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 
     
    3030        samplesPerPass  100000 
    3131        initialSamples 500000 
    32         vssSamples 200000 
     32        vssSamples 2000000 
    3333        vssSamplesPerPass 100000 
    3434        useImportanceSampling true 
    3535        loadInitialSamples  false 
    3636        storeInitialSamples false 
    37         useViewSpaceBox true 
    3837} 
    3938 
     
    181180         
    182181        PostProcess { 
    183                 minPvsDif 100 
    184                 minPvs 10 
    185                 maxPvs 150 
    186182                # how much samples are used for post processing 
    187183                samples 100000 
     
    196192                colorCode Random 
    197193                exportRays false 
    198                 exportGeometry true 
     194                exportGeometry false 
    199195        } 
    200196         
     
    223219        Termination { 
    224220                maxDepth                40 
    225                 minPvs                  1 
    226                 minRays                 100 
    227                 minSize                 0.0001 
    228                 maxCostRatio            0.95 
     221                minPvs                  50 
     222                minRays                 300 
     223                minSize                 0.001 
     224                maxCostRatio            0.9 
    229225                missTolerance           4 
    230226                maxRayContribution      0.5 
     
    232228         
    233229        maxTotalMemory  100 
    234         maxStaticMemory 80 
     230        maxStaticMemory 50 
    235231 
    236232        splitType       regular 
     
    283279        Termination { 
    284280                # parameters used for autopartition 
    285                 minRays                 100 
     281                minRays                 200 
    286282                minPolygons             -1 
    287283                maxDepth                30 
    288                 minPvs                  2 
     284                minPvs                  20 
    289285                #minArea                0.0001 
    290286                minArea                 0.000 
    291                 maxRayContribution      0.005 
     287                maxRayContribution      0.05 
    292288                maxCostRatio            0.9 
    293                 missTolerance           4 
     289                missTolerance           5 
    294290                #maxAccRayLength        100 
    295291                 
    296                 maxViewCells            8000 
     292                maxViewCells            20000 
    297293                 
    298294                # used for pvs criterium 
     
    309305        PostProcess { 
    310306                maxCostRatio 0.1 
    311                 minViewCells 200 
     307                minViewCells 500 
    312308                maxPvsSize   1000 
    313                 useRaysForMerge false 
     309                useRaysForMerge true 
    314310        } 
    315311} 
Note: See TracChangeset for help on using the changeset viewer.