Ignore:
Timestamp:
02/12/06 21:45:02 (18 years ago)
Author:
mattausch
Message:

really last checkin before svn change

File:
1 edited

Legend:

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

    r607 r612  
    2525        type vss 
    2626#       type rss 
    27         detectEmptyViewSpace false 
     27        detectEmptyViewSpace true 
    2828} 
    2929 
     
    3636        loadInitialSamples  false 
    3737        storeInitialSamples false 
    38         useViewSpaceBox false 
     38        useViewSpaceBox true 
    3939#       testBeamSampling true 
    4040} 
     
    176176        # samples used for view cell construction 
    177177        Construction { 
    178                 samples 2000000 
     178                samples 0 
    179179                samplesPerPass 500000 
    180180        } 
    181181 
    182182        #number of active view cells 
    183         active 2048 
     183        active 2096 
    184184        maxStaticMemory 40 
    185185 
    186         exportToFile true 
     186        exportToFile false 
    187187        loadFromFile false 
    188188 
     
    210210                minViewCells 1 
    211211                avgCostMaxDeviation 0.01 
    212                 maxMergesPerPass 500 
     212                maxMergesPerPass 5000 
    213213                useRaysForMerge false 
    214214                refine false 
    215                 compress false 
     215                compress true 
    216216                merge true 
    217217        } 
     
    288288VspBspTree { 
    289289        Construction { 
    290                 samples 500000 
     290                samples 300000 
    291291                epsilon 0.005 
    292292                randomize false 
     
    301301        # pvs                  = 1024 
    302302         
    303         splitPlaneStrategy 1026 
     303        splitPlaneStrategy 1024 
    304304         
    305305        # maximal candidates for split planes 
    306         maxPolyCandidates 200 
    307  
    308          
     306        maxPolyCandidates 0 
     307 
     308        usePolygonSplitIfAvailable false 
    309309        # maximal tested rays for split cost heuristics 
    310310        maxTests 10000 
     
    320320        } 
    321321         
    322         usePolygonSplitIfAvailable 0 
    323  
    324322        Termination { 
    325323                # parameters used for autopartition 
    326                 minRays                 500 
     324                minRays                 -15 
    327325                minPolygons             -1 
    328326                maxDepth                25 
    329                 minPvs                  -1 
    330                 minProbability          0.0000001 
    331                 maxRayContribution      0.3 
    332                 maxCostRatio            0.9 
    333                 missTolerance           3 
    334                  
    335                 maxViewCells            30000 
     327                minPvs                  -15 
     328                minProbability          0.00000001 
     329                maxRayContribution      1.8 
     330                maxCostRatio            1.8 
     331                missTolerance           6 
     332                 
     333                maxViewCells            150000 
    336334                 
    337335                # used for pvs criterium 
     
    339337                 
    340338                AxisAligned { 
    341                         minRays                 900000 
     339                        minRays                 50000 
    342340                        maxRayContribution      9.9 
    343341                } 
    344342        } 
    345343         
     344        useCostHeuristics false 
    346345        splitUseOnlyDrivingAxis false 
    347346         
     
    414413        Termination { 
    415414                # parameters used for autopartition 
    416                 minRays -1 
    417                 minPolygons 1 
     415                minRays 10 
     416                minPolygons -1 
    418417                maxDepth 30 
    419418                minPvs -1 
     
    421420                maxRayContribution 9999 
    422421                #maxAccRayLength 100 
    423                 maxViewCells    5000 
     422                maxViewCells    50000 
    424423 
    425424                # used for pvs criterium 
Note: See TracChangeset for help on using the changeset viewer.