Ignore:
Timestamp:
11/22/05 17:43:29 (19 years ago)
Author:
mattausch
Message:

fixed ray bug in vspkdtree
added visualizations

File:
1 edited

Legend:

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

    r425 r426  
    6262 
    6363Sampling { 
    64         totalSamples    300000 
     64        totalSamples    1000000 
    6565        samplesPerPass  3 
    6666} 
     
    152152        Termination { 
    153153                # parameters used for autopartition 
    154                 maxRays 200 
    155                 maxPolygons -1 
     154                minRays 200 
     155                minPolygons -1 
    156156                maxDepth 40 
    157157                minPvs 35 
     
    159159                maxRayContribution 0.005 
    160160                #maxAccRayLength 100 
     161                 
    161162                # used for pvs criterium 
    162163                ct_div_ci 0.0 
     
    164165                # axis aligned splits 
    165166                AxisAligned { 
    166                         maxPolys 5000 
    167                         maxRays 500 
    168                         maxObjects 10 
     167                        minPolys 5000 
     168                        minRays 500 
     169                        minObjects 10 
    169170                        maxCostRatio 0.9 
    170171                        ct_div_ci 0.5 
     
    218219 
    219220        Construction { 
    220                 samples 200000 
    221         } 
    222          
    223         Termination { 
    224                 maxDepth        20 
    225                 minPvs          200 
    226                 minRays         100 
    227                 minSize         0.001 
     221                samples 1000000 
     222        } 
     223         
     224        Termination { 
     225                maxDepth        30 
     226                minPvs          50 
     227                minRays         10 
     228                minSize         0.1 
    228229                maxCostRatio    0.95 
    229                 maxRayContribution 0.1 
     230                maxRayContribution 0.2 
    230231        } 
    231232         
Note: See TracChangeset for help on using the changeset viewer.