Ignore:
Timestamp:
10/18/05 02:06:28 (19 years ago)
Author:
mattausch
Message:

reprogrammed splitplane evaluation. updated default.env

File:
1 edited

Legend:

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

    r333 r335  
    99#       filename vienna.x3d 
    1010#       filename ../data/vienna/vienna-simple.x3d 
    11 #       filename ../data/vienna/vienna-buildings.x3d 
     11        filename ../data/vienna/vienna-buildings.x3d 
    1212#       filename ../data/vienna/viewcells-25-sel.x3d 
    13         filename ../data/atlanta/atlanta2.x3d 
     13#       filename ../data/atlanta/atlanta2.x3d 
    1414#       filename ../data/soda/soda.dat 
    1515#       filename ../data/soda/soda5.dat 
     
    3030        sahUseFaces true 
    3131        Termination { 
    32                 minCost 1 
     32                minCost 2 
    3333                maxDepth 18 
    34                 maxCostRatio 0.95 
     34                maxCostRatio 0.9 
    3535                ct_div_ci 0.5 
    3636        } 
     
    4343MeshKdTree { 
    4444        Termination { 
    45                 minCost 1 
    46                 maxDepth 12 
    47                 maxCostRatio 0.95 
     45                minCost 4 
     46                maxDepth 18 
     47                maxCostRatio 0.9 
    4848                ct_div_ci 0.5 
    4949        } 
     
    5656 
    5757Sampling { 
    58         totalSamples    100 
     58        totalSamples    1000000 
    5959        samplesPerPass  20 
    6060} 
    6161 
    6262ViewCells { 
    63         hierarchyType bspTree 
     63        #hierarchy kdTree 
     64        hierarchy bspTree 
     65        # hierarchy sceneDependent 
     66         
    6467        height 5.0 
    6568        maxViewCells 0 
    66         #hierarchyType kdTree 
    67         #hierarchyType sceneDependent 
     69         
    6870#       filename ../data/atlanta/atlanta_viewcells_large.x3d 
    69 #       filename ../data/vienna/viewcells-25-sel.x3d 
    70         filename ../data/vienna/viewcells-25.x3d 
     71        filename ../data/vienna/viewcells-25-sel.x3d 
     72#       filename ../data/vienna/viewcells-25.x3d 
    7173#       filename ../data/vienna/viewcells-large-sel.x3d 
    7274} 
    7375 
    7476BspTree { 
    75 #       constructionMethod fromRays 
    76 #       constructionMethod fromViewCells 
    77         constructionMethod fromSceneGeometry 
     77        Construction { 
     78        #       input fromRays 
     79        #       input fromViewCells 
     80                input fromSceneGeometry 
     81                samples 200000 
     82                sideTolerance 0.002 
     83        } 
     84 
    7885 
    7986        # random polygon       = 1 
     
    8592        # vertical axis        = 64 
    8693        # blocked rays         = 128 
    87          
     94        # least ray splits     = 256 
     95        # balanced rays        = 512 
     96 
    8897        # least splits + balanced polygons 
    8998        #splitPlaneStrategy 12 
     
    101110        #splitPlaneStrategy 72 
    102111         
     112        # axis aligned + blocked rays 
     113        #splitPlaneStrategy 130 
     114         
    103115        splitPlaneStrategy 66 
    104116         
     
    106118         
    107119        Termination { 
    108                 maxPolysForAxisAligned 100 
     120                # autopartition 
     121                maxRays -1 
    109122                maxPolygons 20 
    110123                maxDepth 100 
     124                 
     125                #axis aligned split 
     126                maxPolysForAxisAligned 100 
     127                maxCostRatio 0.9 
     128                ct_div_ci 0.5 
    111129        } 
     130         
     131        #axis aligned split 
     132        splitBorder 0.01 
     133         
    112134        # if split polys are stored for visualization 
    113135        storeSplitPolys false 
Note: See TracChangeset for help on using the changeset viewer.