Ignore:
Timestamp:
11/14/05 15:59:20 (19 years ago)
Author:
mattausch
Message:

worked on kd view space partitioning structure
worked on render simulation

File:
1 edited

Legend:

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

    r406 r409  
    132132         
    133133        Termination { 
    134                 # autopartition 
     134                # parameters used for autopartition 
    135135                maxRays 200 
    136136                maxPolygons -1 
    137137                maxDepth 40 
    138138                minPvs 35 
    139                 minArea 0.005 
     139                minArea 0.01 
     140                maxRayContribution 0.05 
     141                #maxAccRayLength 100 
    140142                 
    141143                # axis aligned splits 
     
    166168        vcOverhead 0.05 
    167169} 
     170 
     171VssTree { 
     172        epsilon         1e-6 
     173 
     174        maxDepth        40 
     175        minPvs          1 
     176        minRays         50 
     177        minSize         0.00001 
     178        maxCostRatio    0.95 
     179        maxRayContribution 0.05 
     180         
     181        maxTotalMemory  400 
     182        maxStaticMemory 20 
     183 
     184        splitType regular 
     185#       splitType heuristics 
     186 
     187        numberOfEndPointDomains 10000 
     188        ct_div_ci       0.0 
     189        randomize       false 
     190 
     191        refDirBoxMaxSize        0.1 
     192} 
     193 
     194VspKdTree { 
     195        epsilon         1e-6 
     196 
     197        maxDepth        40 
     198        minPvs          1 
     199        minRays         50 
     200        minSize         0.00001 
     201        maxCostRatio    0.95 
     202        maxRayContribution 0.05 
     203         
     204        maxTotalMemory  400 
     205        maxStaticMemory 20 
     206 
     207        splitType regular 
     208#       splitType heuristics 
     209 
     210        numberOfEndPointDomains 10000 
     211        ct_div_ci       0.0 
     212        randomize       false 
     213 
     214        refDirBoxMaxSize        0.1 
     215} 
Note: See TracChangeset for help on using the changeset viewer.