Ignore:
Timestamp:
02/08/06 18:25:17 (18 years ago)
Author:
mattausch
Message:

added method for associating spatial hierarchy leaf with view cell

File:
1 edited

Legend:

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

    r605 r607  
    176176        # samples used for view cell construction 
    177177        Construction { 
    178                 samples 2500000 
     178                samples 2000000 
    179179                samplesPerPass 500000 
    180180        } 
    181181 
    182182        #number of active view cells 
    183         active 256 
     183        active 2048 
    184184        maxStaticMemory 40 
    185185 
     
    188188 
    189189        #type kdTree 
    190         type vspKdTree 
     190        #type vspKdTree 
    191191        #type bspTree 
    192192        type vspBspTree 
     
    214214                refine false 
    215215                compress false 
    216                 merge false 
     216                merge true 
    217217        } 
    218218 
     
    304304         
    305305        # maximal candidates for split planes 
    306         maxPolyCandidates 0 
     306        maxPolyCandidates 200 
    307307 
    308308         
    309309        # maximal tested rays for split cost heuristics 
    310         maxTests 20000 
     310        maxTests 10000 
    311311         
    312312        maxTotalMemory  50 
     
    320320        } 
    321321         
     322        usePolygonSplitIfAvailable 0 
     323 
    322324        Termination { 
    323325                # parameters used for autopartition 
    324                 minRays                 -1 
     326                minRays                 500 
    325327                minPolygons             -1 
    326                 maxDepth                40 
     328                maxDepth                25 
    327329                minPvs                  -1 
    328330                minProbability          0.0000001 
    329                 maxRayContribution      100000000.2 
    330                 maxCostRatio            9.85 
    331                 missTolerance           2 
    332                  
    333                 maxViewCells            2048 
     331                maxRayContribution      0.3 
     332                maxCostRatio            0.9 
     333                missTolerance           3 
     334                 
     335                maxViewCells            30000 
    334336                 
    335337                # used for pvs criterium 
     
    337339                 
    338340                AxisAligned { 
    339                         minRays                 1 
     341                        minRays                 900000 
    340342                        maxRayContribution      9.9 
    341343                } 
    342344        } 
    343345         
    344         splitUseOnlyDrivingAxis true 
     346        splitUseOnlyDrivingAxis false 
    345347         
    346348        Visualization { 
Note: See TracChangeset for help on using the changeset viewer.