Ignore:
Timestamp:
12/27/05 12:52:25 (19 years ago)
Author:
mattausch
Message:

added visualizations

File:
1 edited

Legend:

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

    r481 r482  
    146146        loadFromFile false 
    147147        #type kdTree 
    148         #type vspKdTree 
     148        type vspKdTree 
    149149        #type bspTree 
    150         type vspBspTree 
     150        #type vspBspTree 
    151151         
    152152        #type sceneDependent 
     
    166166                # how much samples are be used for visualization 
    167167                samples 90000 
     168                #colorCode PVS 
     169                #colorCode MergedLeaves 
     170                #colorCode MergedTreeDiff 
     171                colorCode Random 
    168172        } 
    169173         
     
    192196        Termination { 
    193197                maxDepth                40 
    194                 minPvs                  5 
    195                 minRays                 500 
     198                minPvs                  50 
     199                minRays                 300 
    196200                minSize                 0.1 
    197                 maxCostRatio            0.9 
    198                 missTolerance           4 
    199                 maxRayContribution      0.2 
     201                maxCostRatio            1.8 
     202                missTolerance           2 
     203                maxRayContribution      0.5 
    200204        } 
    201205         
     
    209213        # maximal cost for merging a view cell 
    210214        PostProcess { 
    211                 maxCostRatio 1.4 
    212                 minViewCells 100 
     215                maxCostRatio 0.005 
     216                minViewCells 300 
    213217                maxPvsSize   50000 
    214218        } 
     
    216220         
    217221        Visualization { 
    218                 exportRays true 
     222                exportRays false 
    219223                exportGeometry false 
    220224        } 
     
    223227VspBspTree { 
    224228        Construction { 
    225                 samples 500000 
     229                samples 300000 
    226230                epsilon 0.005 
    227231        } 
     
    258262                minArea                 0.0001 
    259263                maxRayContribution      0.005 
    260                 maxCostRatio            0.8 
     264                maxCostRatio            0.9 
    261265                missTolerance           2 
    262266                #maxAccRayLength        100 
    263267                 
    264                 maxViewCells            5000 
     268                maxViewCells            1000 
    265269                 
    266270                # used for pvs criterium 
    267271                ct_div_ci 0.0 
    268          
     272        } 
    269273         
    270274        Visualization { 
     
    277281        PostProcess { 
    278282                maxCostRatio 0.005 
    279                 minViewCells 700 
     283                minViewCells 100 
    280284                maxPvsSize   500 
    281285        } 
Note: See TracChangeset for help on using the changeset viewer.