source: trunk/VUT/GtpVisibilityPreprocessor/src/default.env @ 340

Revision 340, 2.4 KB checked in by bittner, 19 years ago (diff)

mesh cleanup added

RevLine 
[163]1#############################################################################
2# ERS default configuration file
3# Jiri Bittner 2003
4#############################################################################
[170]5
6Scene {
7
[311]8#       filename glasgow1.x3d
9#       filename vienna.x3d
10#       filename ../data/vienna/vienna-simple.x3d
[340]11#       filename ../data/vienna/vienna-buildings.x3d
[311]12#       filename ../data/vienna/viewcells-25-sel.x3d
[340]13        filename ../data/atlanta/atlanta2.x3d
[209]14#       filename ../data/soda/soda.dat
[257]15#       filename ../data/soda/soda5.dat
[170]16}
17
[163]18Limits {
19
20       threshold        1e-6
21       small            1e-6
22       infinity         1e9
23}
24
25Unigraphics {
[176]26                meshGrouping 1
[163]27}
28
29KdTree {
[170]30        sahUseFaces true
[163]31        Termination {
[335]32                minCost 2
[163]33                maxDepth 18
[335]34                maxCostRatio 0.9
[170]35                ct_div_ci 0.5
[163]36        }
37
38#       splitMethod spatialMedian
39        splitMethod SAH
[170]40        splitBorder 0.01
[163]41}
[170]42
43MeshKdTree {
44        Termination {
[335]45                minCost 4
46                maxDepth 18
47                maxCostRatio 0.9
[170]48                ct_div_ci 0.5
49        }
50
51#       splitMethod spatialMedian
52        splitMethod SAH
53        splitBorder 0.01
54}
[176]55
56
[177]57Sampling {
[335]58        totalSamples    1000000
[326]59        samplesPerPass  20
[176]60}
[311]61
62ViewCells {
[340]63        hierarchy kdTree
64        #hierarchy bspTree
[335]65        # hierarchy sceneDependent
66       
[326]67        height 5.0
68        maxViewCells 0
[335]69       
[326]70#       filename ../data/atlanta/atlanta_viewcells_large.x3d
[335]71        filename ../data/vienna/viewcells-25-sel.x3d
72#       filename ../data/vienna/viewcells-25.x3d
[311]73#       filename ../data/vienna/viewcells-large-sel.x3d
74}
75
76BspTree {
[335]77        Construction {
78        #       input fromRays
79        #       input fromViewCells
80                input fromSceneGeometry
81                samples 200000
82                sideTolerance 0.002
83        }
[311]84
[335]85
[326]86        # random polygon       = 1
[311]87        # axis aligned         = 2
88        # least splits         = 4
89        # balanced polygons    = 8
90        # balanced view cells  = 16
91        # largest polygon area = 32
92        # vertical axis        = 64
[326]93        # blocked rays         = 128
[335]94        # least ray splits     = 256
95        # balanced rays        = 512
96
[311]97        # least splits + balanced polygons
98        #splitPlaneStrategy 12
99       
100        #axis aligned + vertical axis
101        #splitPlaneStrategy 66
102       
103        # axis aligned + balanced view cells
104        # splitPlaneStrategy 18
105       
106        # largest polygon area
107        #splitPlaneStrategy 32
108       
109        # axus aligned + balanced polygons
110        #splitPlaneStrategy 72
111       
[335]112        # axis aligned + blocked rays
113        #splitPlaneStrategy 130
114       
[326]115        splitPlaneStrategy 66
116       
[311]117        maxCandidates 50
[316]118       
[311]119        Termination {
[335]120                # autopartition
121                maxRays -1
[326]122                maxPolygons 20
123                maxDepth 100
[335]124               
125                #axis aligned split
126                maxPolysForAxisAligned 100
127                maxCostRatio 0.9
128                ct_div_ci 0.5
[311]129        }
[335]130       
131        #axis aligned split
132        splitBorder 0.01
133       
[326]134        # if split polys are stored for visualization
135        storeSplitPolys false
136        # x3d visualization of the split planes
137        exportSplits true
[311]138}
Note: See TracBrowser for help on using the repository browser.