Ignore:
Timestamp:
11/10/05 02:28:42 (19 years ago)
Author:
mattausch
Message:

fixed pvs criterium

File:
1 edited

Legend:

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

    r399 r400  
    5656 
    5757Sampling { 
    58         totalSamples    100000 
     58        totalSamples    300000 
    5959        samplesPerPass  3 
    6060} 
     
    8888        #       input fromViewCells 
    8989        #       input fromSceneGeometry 
    90                 samples 50000 
     90                samples 100000 
    9191                sideTolerance 0.005 
    9292        } 
     
    126126        #splitPlaneStrategy 130 
    127127         
    128         splitPlaneStrategy 8 
     128        splitPlaneStrategy 1024 
    129129         
    130130        maxPolyCandidates 50 
     
    133133        Termination { 
    134134                # autopartition 
    135                 maxRays 200 
    136                 maxPolygons 20 
    137                 maxDepth 30 
    138                 minPvs -1 
    139                 minArea -0.001 
     135                maxRays 100 
     136                maxPolygons 10 
     137                maxDepth 50 
     138                minPvs 20 
     139                minArea 0.001 
    140140                 
    141141                # axis aligned splits 
     
    158158                exportSplits true 
    159159                # how much samples should be used in visualization 
    160                 samples 100000 
     160                samples 1000 
    161161        } 
    162162} 
Note: See TracChangeset for help on using the changeset viewer.