Ignore:
Timestamp:
02/03/06 23:02:07 (18 years ago)
Author:
mattausch
Message:

changed shuffling (but does not work yet...)

File:
1 edited

Legend:

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

    r582 r586  
    190190        #type vspKdTree 
    191191        type bspTree 
    192         type vspBspTree 
     192        #type vspBspTree 
    193193         
    194194        #type sceneDependent 
     
    211211                maxMergesPerPass 500  
    212212                useRaysForMerge false 
     213                refine true 
     214                compress false 
    213215        } 
    214216 
     
    347349BspTree { 
    348350        Construction { 
    349                 samples 50000 
     351                samples 0 
    350352                epsilon 0.005 
    351353        } 
     
    385387        #splitPlaneStrategy 130 
    386388         
    387         splitPlaneStrategy 1024 
    388          
    389         maxPolyCandidates 50 
    390         maxRayCandidates 50 
     389        splitPlaneStrategy 32 
     390         
     391        maxPolyCandidates 100 
     392        maxRayCandidates 0 
    391393         
    392394        maxTests 10000 
     
    408410                # parameters used for autopartition 
    409411                minRays 200 
    410                 minPolygons -1 
     412                minPolygons 1 
    411413                maxDepth 40 
    412414                minPvs 100 
Note: See TracChangeset for help on using the changeset viewer.