Ignore:
Timestamp:
12/27/05 19:32:16 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r482 r483  
    1313#;../data/vienna/vienna-plane.x3d 
    1414#       filename ../data/vienna/viewcells-25-sel.x3d 
    15         filename ../data/atlanta/atlanta2.x3d 
     15#       filename ../data/atlanta/atlanta2.x3d 
    1616#       filename ../data/soda/soda.dat 
    17 #       filename ../data/soda/soda5.dat 
     17        filename ../data/soda/soda5.dat 
    1818} 
    1919 
     
    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 
     
    196196        Termination { 
    197197                maxDepth                40 
    198                 minPvs                  50 
     198                minPvs                  1 
    199199                minRays                 300 
    200200                minSize                 0.1 
    201                 maxCostRatio            1.8 
    202                 missTolerance           2 
    203                 maxRayContribution      0.5 
     201                maxCostRatio            0.9 
     202                missTolerance           6 
     203                maxRayContribution      0.3 
    204204        } 
    205205         
     
    214214        PostProcess { 
    215215                maxCostRatio 0.005 
    216                 minViewCells 300 
     216                minViewCells 50 
    217217                maxPvsSize   50000 
    218218        } 
     
    220220         
    221221        Visualization { 
    222                 exportRays false 
    223                 exportGeometry false 
     222                exportRays true 
     223                exportGeometry true 
    224224        } 
    225225} 
     
    276276                exportSplits true 
    277277                exportRays true 
    278                 exportGeometry false 
     278                exportGeometry true 
    279279        } 
    280280         
Note: See TracChangeset for help on using the changeset viewer.