Ignore:
Timestamp:
11/04/05 03:47:27 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r375 r378  
    5656 
    5757Sampling { 
    58         totalSamples    1000000 
     58        totalSamples    400000 
    5959        samplesPerPass  3 
    6060} 
     
    6868        maxViewCells 0 
    6969         
    70         minPvsDif 1000 
    71 #       maxPvsSize 200 
     70         
     71        PostProcessing { 
     72                minPvsDif 100 
     73                minPvs 10 
     74                maxPvs 300 
     75                samples 100000 
     76        } 
     77 
    7278         
    7379#       filename ../data/atlanta/atlanta_viewcells_large.x3d 
     
    8288        #       input fromViewCells 
    8389        #       input fromSceneGeometry 
    84                 samples 100000 
     90                samples 200000 
    8591                sideTolerance 0.005 
    8692        } 
     
    126132        Termination { 
    127133                # autopartition 
    128                 maxRays 200 
    129                 maxPolygons 5 
     134                maxRays 30 
     135                maxPolygons 1 
    130136                maxDepth 50 
    131137                 
     
    134140                        maxPolys 5000 
    135141                        maxRays 600 
    136                         maxObjects 20 
     142                        maxObjects 10 
    137143                        maxCostRatio 0.9 
    138144                        ct_div_ci 0.5 
     
    144150        } 
    145151         
    146         PostProcessing { 
    147                 samples 200000 
    148         } 
    149152                 
    150153        # if split polys are stored for visualization 
Note: See TracChangeset for help on using the changeset viewer.