Ignore:
Timestamp:
12/30/05 12:08:15 (19 years ago)
Author:
mattausch
Message:

changed castlinesegment of vspbpstree
changed rayinfo ray classification for bsp tree
implemented shuffling

File:
1 edited

Legend:

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

    r484 r485  
    160160                maxPvs 150 
    161161                # how much samples are used for post processing 
    162                 samples 10 
     162                samples 100000 
    163163        } 
    164164 
     
    170170                #colorCode MergedTreeDiff 
    171171                colorCode Random 
     172                exportRays false 
     173                exportGeometry true 
    172174        } 
    173175         
    174176#       filename ../data/atlanta/atlanta_viewcells_large.x3d 
    175         filename ../data/vienna/viewcells-25-sel.x3d 
     177#       filename ../data/vienna/viewcells-25-sel.x3d 
    176178#       filename ../data/vienna/viewcells-25.x3d 
    177179#       filename ../data/vienna/viewcells-large-sel.x3d 
     
    196198        Termination { 
    197199                maxDepth                40 
    198                 minPvs                  1 
     200                minPvs                  50 
    199201                minRays                 300 
    200202                minSize                 0.1 
    201203                maxCostRatio            0.9 
    202                 missTolerance           6 
    203                 maxRayContribution      0.3 
    204         } 
    205          
    206         maxTotalMemory  400 
    207         maxStaticMemory 200 
     204                missTolerance           4 
     205                maxRayContribution      0.5 
     206        } 
     207         
     208        maxTotalMemory  100 
     209        maxStaticMemory 50 
    208210 
    209211        splitType       regular 
    210212        #splitType      heuristics 
     213        splitUseOnlyDrivingAxis true 
    211214        ct_div_ci       0.0 
    212215         
     
    214217        PostProcess { 
    215218                maxCostRatio 0.005 
    216                 minViewCells 50 
     219                minViewCells 200 
    217220                maxPvsSize   50000 
    218221        } 
     
    220223         
    221224        Visualization { 
    222                 exportRays true 
    223                 exportGeometry true 
    224225        } 
    225226} 
     
    272273        } 
    273274         
     275        splitUseOnlyDrivingAxis false 
     276         
    274277        Visualization { 
    275278                # x3d visualization of the split planes 
    276279                exportSplits true 
    277                 exportRays true 
    278                 exportGeometry true 
    279280        } 
    280281         
    281282        PostProcess { 
    282                 maxCostRatio 0.005 
    283                 minViewCells 100 
     283                maxCostRatio 0.1 
     284                minViewCells 200 
    284285                maxPvsSize   500 
     286                useRaysForMerge false 
    285287        } 
    286288} 
     
    378380                # x3d visualization of the split planes 
    379381                exportSplits true 
    380                 exportRays true 
    381                 exportGeometry false 
    382         } 
    383 } 
     382        } 
     383} 
Note: See TracChangeset for help on using the changeset viewer.