Ignore:
Timestamp:
12/23/05 11:05:33 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r478 r479  
    177177Simulation { 
    178178        objRenderCost 1.0 
    179         vcOverhead 7.0 
    180         moveSpeed 3.0 
     179        vcOverhead 2.0 
     180        # always between 0 and 1 
     181        moveSpeed 0.00002 
    181182} 
    182183 
     
    208209        # maximal cost for merging a view cell 
    209210        PostProcess { 
    210                 maxCostRatio 5000000 
     211                maxCostRatio 1.4 
    211212                minViewCells 100 
    212213                maxPvsSize   50000 
     
    240241         
    241242        # maximal tested rays for split cost heuristics 
    242         maxTests 10000 
     243        maxTests 500 
    243244         
    244245        # factors for evaluating split plane costs 
     
    261262                #maxAccRayLength        100 
    262263                 
    263                 maxViewCells            1500 
     264                maxViewCells            1000 
    264265                 
    265266                # used for pvs criterium 
     
    288289         
    289290        PostProcess { 
    290                 maxCostRatio 5000000 
    291                 minViewCells 1000 
    292                 maxPvsSize   50000 
     291                maxCostRatio 0.05 
     292                minViewCells 700 
     293                maxPvsSize   500 
    293294        } 
    294295} 
Note: See TracChangeset for help on using the changeset viewer.