Ignore:
Timestamp:
12/02/05 19:46:07 (19 years ago)
Author:
mattausch
Message:

fixed error in ray to vssray conversion

File:
1 edited

Legend:

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

    r441 r444  
    112112                minPvs 10 
    113113                maxPvs 150 
    114                 samples 100000 
     114                samples 10 
    115115        } 
    116116 
     
    167167        maxRayCandidates 50 
    168168         
    169         maxTests 500 
     169        maxTests 10000 
    170170         
    171171        # factors for evaluating split plane costs 
     
    184184        Termination { 
    185185                # parameters used for autopartition 
    186                 minRays 300 
     186                minRays 200 
    187187                minPolygons -1 
    188                 maxDepth 40 
    189                 minPvs 200 
     188                maxDepth 50 
     189                minPvs 100 
    190190                minArea 0.01 
    191191                maxRayContribution 0.005 
     
    214214                exportSplits true 
    215215                # how much samples should be used in visualization 
    216                 samples 20000 
     216                samples 90000 
    217217        } 
    218218} 
     
    255255         
    256256        Termination { 
    257                 maxDepth                30 
     257                maxDepth                40 
    258258                minPvs                  50 
    259259                minRays                 1 
Note: See TracChangeset for help on using the changeset viewer.