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

Revision 487, 6.1 KB checked in by mattausch, 19 years ago (diff)

fixed bug in raycasting
added valid view point regions, get view point only from valid regions

Line 
1#############################################################################
2# ERS default configuration file
3# Jiri Bittner 2003
4#############################################################################
5
6Scene {
7
8#       filename glasgow1.x3d
9#       filename vienna.x3d
10#       filename ../data/vienna/vienna-simple.x3d
11#       filename ../data/vienna/vienna-buildings.x3d
12#filename ../data/vienna/vienna-buildings.x3d;../data/vienna/vienna-roofs.x3d
13#;../data/vienna/vienna-plane.x3d
14#       filename ../data/vienna/viewcells-25-sel.x3d
15#       filename ../data/atlanta/atlanta2.x3d
16#       filename ../data/soda/soda.dat
17        filename ../data/soda/soda5.dat
18}
19
20Preprocessor {
21#       type sampling
22        type vss
23#       type rss
24}
25
26VssPreprocessor {
27        samplesPerPass  100000
28        initialSamples 500000
29        vssSamples 200000
30        vssSamplesPerPass 100000
31        useImportanceSampling true
32}
33
34
35VssTree {
36        useRss    false
37        epsilon         1e-6
38
39        maxDepth        40
40        minPvs          30
41        minRays         1000
42        minSize         0.001
43        maxCostRatio    0.9
44        maxRayContribution 0.05
45       
46        maxTotalMemory  200
47        maxStaticMemory 20
48
49        splitType regular
50#       splitType heuristic
51#       splitType hybrid
52        splitUseOnlyDrivingAxis true
53
54        interleaveDirSplits     false
55    dirSplitDepth 40
56
57        numberOfEndPointDomains 10000
58        ct_div_ci       0.0
59        randomize       false
60
61        refDirBoxMaxSize        0.1
62}
63
64RssPreprocessor {
65        samplesPerPass  100000
66        initialSamples 400000
67        vssSamples 1000000
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
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 {
115                minCost 1
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 {
128                minCost 1
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 {
141        totalSamples 300000
142        samplesPerPass  3
143}
144
145
146ViewCells {
147        loadFromFile false
148        #type kdTree
149        #type vspKdTree
150        #type bspTree
151        type vspBspTree
152       
153        #type sceneDependent
154       
155        height 5.0
156        maxViewCells 100
157        maxPvs 70
158       
159       
160        PostProcess {
161                minPvsDif 100
162                minPvs 10
163                maxPvs 150
164                # how much samples are used for post processing
165                samples 100000
166        }
167
168        Visualization {
169                # how much samples are be used for visualization
170                samples 90000
171                #colorCode PVS
172                #colorCode MergedLeaves
173                #colorCode MergedTreeDiff
174                colorCode Random
175                exportRays true
176                exportGeometry true
177        }
178       
179#       filename ../data/atlanta/atlanta_viewcells_large.x3d
180#       filename ../data/vienna/viewcells-25-sel.x3d
181#       filename ../data/vienna/viewcells-25.x3d
182#       filename ../data/vienna/viewcells-large-sel.x3d
183}
184
185
186Simulation {
187        objRenderCost 1.0
188        vcOverhead 1.0
189        # always between 0 and 1
190        moveSpeed 0.0001
191}
192
193
194VspKdTree {
195        epsilon         1e-6
196
197        Construction {
198                samples 300000
199        }
200       
201        Termination {
202                maxDepth                40
203                minPvs                  50
204                minRays                 300
205                minSize                 0.1
206                maxCostRatio            0.9
207                missTolerance           4
208                maxRayContribution      0.5
209        }
210       
211        maxTotalMemory  100
212        maxStaticMemory 50
213
214        splitType       regular
215        #splitType      heuristics
216        splitUseOnlyDrivingAxis true
217        ct_div_ci       0.0
218       
219        # maximal cost for merging a view cell
220        PostProcess {
221<<<<<<< .mine
222                maxCostRatio 0.005
223                minViewCells 200
224
225                maxPvsSize   50000
226        }
227       
228       
229        Visualization {
230        }
231}
232
233VspBspTree {
234        Construction {
235                samples 300000
236                epsilon 0.005
237                randomize true
238        }
239
240
241        # random polygon       = 1
242        # axis aligned         = 2
243        # least ray splits     = 256
244        # balanced rays        = 512
245        # pvs                  = 1024
246
247        splitPlaneStrategy 1024
248       
249        # maximal candidates for split planes
250        maxPolyCandidates 100
251        maxRayCandidates 100
252       
253        # maximal tested rays for split cost heuristics
254        maxTests 2000
255       
256        # factors for evaluating split plane costs
257        Factor {
258                leastRaySplits 1.0
259                balancedRays 1.0
260                pvs 1.0
261        }
262       
263        Termination {
264                # parameters used for autopartition
265                minRays                 1
266                minPolygons             -1
267                maxDepth                30
268                minPvs                  20
269                minArea                 0.0001
270                maxRayContribution      0.005
271                maxCostRatio            0.9
272                missTolerance           2
273                #maxAccRayLength        100
274               
275                maxViewCells            1000
276               
277                # used for pvs criterium
278                ct_div_ci 0.0
279        }
280       
281        splitUseOnlyDrivingAxis false
282       
283        Visualization {
284                # x3d visualization of the split planes
285                exportSplits true
286        }
287       
288        PostProcess {
289                maxCostRatio 0.1
290                minViewCells 200
291
292                maxPvsSize   500
293                useRaysForMerge false
294        }
295}
296
297BspTree {
298        Construction {
299                samples 50000
300                epsilon 0.005
301        }
302
303
304        # random polygon       = 1
305        # axis aligned         = 2
306        # least splits         = 4
307        # balanced polygons    = 8
308        # balanced view cells  = 16
309        # largest polygon area = 32
310        # vertical axis        = 64
311        # blocked rays         = 128
312        # least ray splits     = 256
313        # balanced rays        = 512
314        # pvs                  = 1024
315
316        # least splits + balanced polygons
317        #splitPlaneStrategy 12
318       
319        #axis aligned + vertical axis
320        #splitPlaneStrategy 66
321       
322        # axis aligned + balanced view cells
323        # splitPlaneStrategy 18
324       
325        # largest polygon area
326        #splitPlaneStrategy 32
327       
328        # axus aligned + balanced polygons
329        #splitPlaneStrategy 72
330       
331        # axis aligned + blocked rays
332        #splitPlaneStrategy 130
333       
334        #splitPlaneStrategy 384
335        #splitPlaneStrategy 130
336       
337        splitPlaneStrategy 1024
338       
339        maxPolyCandidates 50
340        maxRayCandidates 50
341       
342        maxTests 10000
343       
344        # factors for evaluating split plane costs
345        Factor {
346                verticalSplits 1.0
347                largestPolyArea 1.0
348                blockedRays 1.0
349                leastRaySplits 1.0
350                balancedRays 1.0
351                pvs 1.0
352                leastSplits 1.0
353                balancedPolys 1.0
354                balancedViewCells 1.0
355        }
356       
357        Termination {
358                # parameters used for autopartition
359                minRays 200
360                minPolygons -1
361                maxDepth 40
362                minPvs 100
363                minArea 0.01
364                maxRayContribution 0.005
365                #maxAccRayLength 100
366               
367                # used for pvs criterium
368                ct_div_ci 0.0
369       
370                maxCostRatio 0.9
371               
372                # axis aligned splits
373                AxisAligned {
374                        minPolys 5000
375                        minRays 500
376                        minObjects 10
377                        ct_div_ci 0.5
378                }
379        }
380       
381        AxisAligned {
382                splitBorder 0.01
383        }
384       
385       
386        Visualization {
387                # x3d visualization of the split planes
388                exportSplits true
389        }
390}
Note: See TracBrowser for help on using the repository browser.