source: trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env @ 451

Revision 451, 5.7 KB checked in by mattausch, 19 years ago (diff)

added viewcellsmanager to rsspreprocessor

RevLine 
[235]1#############################################################################
2# ERS default configuration file
3# Jiri Bittner 2003
4#############################################################################
5
6Scene {
7
8#       filename glasgow1.x3d
9#       filename vienna.x3d
[349]10#       filename ../data/vienna/vienna-simple.x3d
[362]11#       filename ../data/vienna/vienna-buildings.x3d
[430]12#filename ../data/vienna/vienna-buildings.x3d;../data/vienna/vienna-roofs.x3d
13#;../data/vienna/vienna-plane.x3d
[304]14#       filename ../data/vienna/viewcells-25-sel.x3d
[362]15        filename ../data/atlanta/atlanta2.x3d
[235]16#       filename ../data/soda/soda.dat
17#       filename ../data/soda/soda5.dat
18}
19
[430]20Preprocessor {
[451]21        type sampling
22#       type vss
23#       type rss
[430]24}
25
26VssPreprocessor {
[451]27        samplesPerPass  100000
28        initialSamples 500000
29        vssSamples 1000000
30        vssSamplesPerPass 50000
[430]31        useImportanceSampling true
32}
33
[451]34
[430]35VssTree {
[451]36        useRss    false
[430]37        epsilon         1e-6
38
39        maxDepth        40
40        minPvs          3
41        minRays         100
42        minSize         0.001
[451]43        maxCostRatio    2.0
[430]44        maxRayContribution 0.05
45       
46        maxTotalMemory  200
[451]47        maxStaticMemory 100
[430]48
49        splitType regular
[451]50#       splitType heuristic
51#       splitType hybrid
52        splitUseOnlyDrivingAxis true
[430]53
[451]54        interleaveDirSplits     false
55    dirSplitDepth 40
56
[430]57        numberOfEndPointDomains 10000
58        ct_div_ci       0.0
59        randomize       false
60
61        refDirBoxMaxSize        0.1
62}
63
[451]64RssPreprocessor {
65        samplesPerPass  100000
66        initialSamples 500000
67        vssSamples 5000000
68        vssSamplesPerPass 100000
69        useImportanceSampling true
70}
71
72RssTree {
73        useRss    false
74        epsilon         1e-6
75
76        maxDepth        40
77        minPvs          5
78        minRays         30
79        minSize         0.001
80        maxCostRatio    0.9
81        maxRayContribution 0.1
82       
83        maxTotalMemory  200
84        maxStaticMemory 100
85
86#       splitType regular
87#       splitType heuristic
88        splitType hybrid
89        splitUseOnlyDrivingAxis false
90
91        interleaveDirSplits     true
92    dirSplitDepth 9
93
94        numberOfEndPointDomains 10000
95        ct_div_ci       0.0
96        randomize       false
97
98        refDirBoxMaxSize        0.1
99}
100
[235]101Limits {
102
103       threshold        1e-6
104       small            1e-6
105       infinity         1e9
106}
107
108Unigraphics {
109                meshGrouping 1
110}
111
112KdTree {
113        sahUseFaces true
114        Termination {
[430]115                minCost 1
[235]116                maxDepth 18
117                maxCostRatio 0.9
118                ct_div_ci 0.5
119        }
120
121#       splitMethod spatialMedian
122        splitMethod SAH
123        splitBorder 0.01
124}
125
126MeshKdTree {
127        Termination {
[430]128                minCost 1
[235]129                maxDepth 18
130                maxCostRatio 0.9
131                ct_div_ci 0.5
132        }
133
134#       splitMethod spatialMedian
135        splitMethod SAH
136        splitBorder 0.01
137}
138
139
140Sampling {
[448]141        totalSamples 300000
[362]142        samplesPerPass  3
[235]143}
144
[310]145ViewCells {
[441]146        loadFromFile false
147        #type kdTree
[448]148        type vspKdTree
[445]149        #type bspTree
[448]150        #type vspBspTree
[445]151       
[441]152        #type sceneDependent
[329]153       
[321]154        height 5.0
[421]155        maxViewCells 0
[329]156       
[378]157        PostProcessing {
158                minPvsDif 100
159                minPvs 10
[414]160                maxPvs 150
[445]161                # how much samples are used for post processing
[444]162                samples 10
[378]163        }
164
[445]165        Visualization {
166                # how much samples are be used for visualization
167                samples 90000
168        }
[378]169       
[319]170#       filename ../data/atlanta/atlanta_viewcells_large.x3d
[361]171        filename ../data/vienna/viewcells-25-sel.x3d
172#       filename ../data/vienna/viewcells-25.x3d
[310]173#       filename ../data/vienna/viewcells-large-sel.x3d
174}
[308]175
[235]176BspTree {
[329]177        Construction {
[448]178                samples 50000
179                epsilon 0.005
[329]180        }
[310]181
[329]182
[321]183        # random polygon       = 1
[297]184        # axis aligned         = 2
185        # least splits         = 4
186        # balanced polygons    = 8
187        # balanced view cells  = 16
188        # largest polygon area = 32
189        # vertical axis        = 64
[319]190        # blocked rays         = 128
[332]191        # least ray splits     = 256
192        # balanced rays        = 512
[367]193        # pvs                  = 1024
[332]194
[297]195        # least splits + balanced polygons
196        #splitPlaneStrategy 12
[304]197       
[301]198        #axis aligned + vertical axis
[303]199        #splitPlaneStrategy 66
200       
[297]201        # axis aligned + balanced view cells
[302]202        # splitPlaneStrategy 18
[303]203       
[297]204        # largest polygon area
[301]205        #splitPlaneStrategy 32
[303]206       
[298]207        # axus aligned + balanced polygons
208        #splitPlaneStrategy 72
[303]209       
[332]210        # axis aligned + blocked rays
211        #splitPlaneStrategy 130
[319]212       
[349]213        #splitPlaneStrategy 384
[352]214        #splitPlaneStrategy 130
[313]215       
[436]216        splitPlaneStrategy 1024
[352]217       
[436]218        maxPolyCandidates 50
219        maxRayCandidates 50
[332]220       
[444]221        maxTests 10000
[441]222       
[425]223        # factors for evaluating split plane costs
224        Factor {
225                verticalSplits 1.0
226                largestPolyArea 1.0
227                blockedRays 1.0
228                leastRaySplits 1.0
229                balancedRays 1.0
[445]230                pvs 1.0
[425]231                leastSplits 1.0
232                balancedPolys 1.0
233                balancedViewCells 1.0
234        }
235       
[235]236        Termination {
[409]237                # parameters used for autopartition
[444]238                minRays 200
[426]239                minPolygons -1
[448]240                maxDepth 40
[444]241                minPvs 100
[409]242                minArea 0.01
[410]243                maxRayContribution 0.005
[409]244                #maxAccRayLength 100
[426]245               
[425]246                # used for pvs criterium
247                ct_div_ci 0.0
248       
[352]249                # axis aligned splits
[362]250                AxisAligned {
[426]251                        minPolys 5000
252                        minRays 500
253                        minObjects 10
[362]254                        maxCostRatio 0.9
255                        ct_div_ci 0.5
256                }
[235]257        }
[332]258       
[362]259        AxisAligned {
260                splitBorder 0.01
261        }
[367]262       
[389]263       
[392]264        Visualization {
[389]265                # x3d visualization of the split planes
266                exportSplits true
267        }
[235]268}
[406]269
270Simulation {
271        objRenderCost 1.0
[419]272        vcOverhead 7.0
273        moveSpeed 3.0
[409]274}
275
276
277VspKdTree {
278        epsilon         1e-6
279
[411]280        Construction {
[448]281                samples 100000
[411]282        }
[409]283       
[411]284        Termination {
[444]285                maxDepth                40
[433]286                minPvs                  50
[430]287                minRays                 1
288                minSize                 0.1
289                maxCostRatio            999.0
290                maxRayContribution      0.2
[411]291        }
292       
[431]293        maxTotalMemory  400
294        maxStaticMemory 200
[409]295
[430]296        splitType       regular
297        #splitType      heuristics
[409]298        ct_div_ci       0.0
[445]299}
300
301VspBspTree {
302        Construction {
[448]303                samples 100000
304                epsilon 0.005
[445]305        }
306
307
308        # random polygon       = 1
309        # axis aligned         = 2
310        # least ray splits     = 256
311        # balanced rays        = 512
312        # pvs                  = 1024
313
314        splitPlaneStrategy 1024
315       
316        # maximal candidates for split planes
317        maxPolyCandidates 50
318        maxRayCandidates 50
319       
320        # maximal tested rays for split cost heuristics
321        maxTests 10000
322       
323        # factors for evaluating split plane costs
324        Factor {
325                leastRaySplits 1.0
326                balancedRays 1.0
327                pvs 1.0
328        }
329       
330        Termination {
331                # parameters used for autopartition
332                minRays 200
333                minPolygons -1
[448]334                maxDepth 40
[445]335                minPvs 100
336                minArea 0.01
337                maxRayContribution 0.005
338                #maxAccRayLength 100
339               
340                # used for pvs criterium
341                ct_div_ci 0.0
342       
343                # axis aligned splits
344                AxisAligned {
345                        minPolys 5000
346                        minRays 500
347                        minObjects 10
348                        maxCostRatio 0.9
349                        ct_div_ci 0.5
350                }
351        }
352       
353        AxisAligned {
354                splitBorder 0.01
355        }
356       
357       
358        Visualization {
359                # x3d visualization of the split planes
360                exportSplits true
361        }
[406]362}
Note: See TracBrowser for help on using the repository browser.