source: GTP/trunk/Lib/Vis/Preprocessing/src/default.env @ 1283

Revision 1283, 9.1 KB checked in by bittner, 18 years ago (diff)

mlrt tests

Line 
1############################################################################
2# ERS default configuration file
3# Jiri Bittner 2003
4#############################################################################
5
6Scene {
7
8filename ../data/City4M/City4M.obj
9#filename ../data/CityModel/CityModel.obj
10# filename ../data/GrandCanyon/grandcanyon1_RotXmin90.obj
11# filename ../data/glasgow/glasgow1.x3d
12#       filename vienna.x3d
13# filename ../data/vienna/vienna-simple.x3d
14#filename ../data/vienna/vienna-buildings.x3d
15#filename ../data/vienna/city1500_flat_1.x3d
16#filename ../data/vienna/vienna-buildings.x3d;../data/vienna/vienna-roofs.x3d
17#;../data/vienna/vienna-plane.x3d;../data/vienna/vienna-roads.x3d
18# filename ../data/vienna/viewcells-25-sel.x3d
19#filename ../data/atlanta/atlanta2.x3d
20#filename ../data/soda/soda.dat
21#filename ../data/test1/test2.x3d
22#filename ../data/soda/soda5.dat
23#filename ../data/PowerPlant/ppsection1/part_a/g0.ply
24#filename ../data/PowerPlant/ppsection1/part_b/g0.ply
25#filename ../data/PowerPlant/ppsection1.plb
26#filename ../data/PowerPlant/all.plb
27#filename ../data/PowerPlant/selection3.plb
28#filename ../data/PowerPlant/section10.plb;../data/PowerPlant/section14.plb
29#filename ../data/PowerPlant/selection.plb
30#filename ../data/PowerPlant/comps/ppsection1/comps.plb
31}
32
33Preprocessor {
34        # stored sample rays
35        samplesFilename rays.out
36        useGlRenderer false
37        useGlDebugger false
38# 0 = INTERNAL          1 = MLRT
39
40        rayCastMethod 1
41       
42#       type sampling
43#       type vss
44        type rss
45#       type render
46        detectEmptyViewSpace true
47#       pvsRenderErrorSamples 0
48        pvsRenderErrorSamples 5000
49        quitOnFinish true
50        computeVisibility true
51        applyVisibilityFilter false
52        applyVisibilitySpatialFilter false
53        visibilityFilterWidth   0.01
54        visibilityFile visibility.xml
55        loadPolygonsAsMeshes true
56}
57
58
59RenderSampler {
60        samples 10000
61}
62
63VssPreprocessor {
64        samplesPerPass  100000
65        initialSamples 100000
66        vssSamples 500000
67        vssSamplesPerPass 100000
68        useImportanceSampling true
69        loadInitialSamples  false
70        storeInitialSamples false
71        useViewSpaceBox false
72        enlargeViewSpace true
73}
74
75
76VssTree {
77        useRss    false
78        epsilon         1e-6
79
80        maxDepth        40
81        minPvs          30
82        minRays         20
83        minSize         0.001
84        maxCostRatio    2.0
85        maxRayContribution 0.5
86       
87        maxTotalMemory  200
88        maxStaticMemory 100
89
90        splitType regular
91#       splitType heuristic
92#       splitType hybrid
93        splitUseOnlyDrivingAxis false
94
95        interleaveDirSplits     true
96    dirSplitDepth 0
97
98        numberOfEndPointDomains 10000
99        ct_div_ci       0.0
100        randomize       false
101
102        refDirBoxMaxSize        0.1
103}
104
105SamplingPreprocessor {
106        totalSamples 30000000
107        samplesPerPass 1000000
108}
109
110RssPreprocessor {
111        samplesPerPass 1000
112        initialSamples 1000000
113        vssSamples 10000000
114        vssSamplesPerPass 500000
115        useImportanceSampling true
116
117        directionalSampling false
118        objectBasedSampling false
119
120        Export {
121                pvs false
122                rssTree false
123                rays true
124                numRays 2000
125        }
126
127        useViewcells true
128        updateSubdivision true
129        loadInitialSamples false
130        storeInitialSamples false
131}
132
133
134RssTree {
135        epsilon         1e-6
136        perObjectTree false
137
138        maxDepth        60
139        minPvs          1
140# before vienna test it was:
141#       minRays 50
142#       splitType heuristic
143
144        minRays         100
145        minSize         0.001
146        maxCostRatio 1.0
147        maxRayContribution 1.0
148        maxRays         4000000
149        maxTotalMemory  200
150        maxStaticMemory 100
151
152#       splitType regular
153#       splitType heuristic
154        splitType hybrid
155        hybridDepth             10
156        splitUseOnlyDrivingAxis false
157#false
158        importanceBasedCost false
159
160        interleaveDirSplits     true
161    dirSplitDepth 0
162
163        ct_div_ci       0.0
164}
165
166Limits {
167
168       threshold        1e-6
169       small            1e-6
170       infinity         1e9
171}
172
173Unigraphics {
174                meshGrouping 1
175}
176
177KdTree {
178        sahUseFaces false
179        Termination {
180                minCost 1
181                maxDepth 30
182                maxCostRatio 1.0
183                ct_div_ci 0.5
184                maxNodes 200000
185
186#500000
187        }
188
189#       splitMethod spatialMedian
190        splitMethod SAH
191        splitBorder 0.01
192}
193
194MeshKdTree {
195        Termination {
196                minCost 32
197                maxDepth 18
198                maxCostRatio 0.9
199                ct_div_ci 0.5
200        }
201
202#       splitMethod spatialMedian
203        splitMethod SAH
204        splitBorder 0.01
205}
206
207
208
209
210ViewCells {
211        # samples used for view cell construction
212        Construction {
213                samples 100000
214                samplesPerPass 100000
215        }
216
217        Filter {
218                maxSize 5
219                width  0.02
220        }
221
222        #number of active view cells
223        active 5000
224        maxStaticMemory 200
225
226        exportToFile true
227        loadFromFile true
228
229        #type kdTree
230        #type vspKdTree
231        #type bspTree
232        type vspBspTree
233        #type sceneDependent
234       
235        height 5.0
236        maxViewCells 5000
237
238        #percentage of total visible objects where pvs is considered invalid
239        maxPvsRatio 1.0
240               
241        pruneEmptyViewCells false
242        processOnlyValidViewCells false
243
244        #stats viewCellStats.log
245
246        samplingType directional
247        #samplingType box
248
249        PostProcess {
250                # how much samples are used for post processing
251                samples 100000
252                renderCostWeight 1.0
253                maxCostRatio 0.1
254                minViewCells 1
255                avgCostMaxDeviation 0.01
256                maxMergesPerPass 5000
257                useRaysForMerge false
258                refine false
259                compress false
260                merge false
261        }
262
263        Visualization {
264                # how much samples we use for visualization
265                samples 100000
266                #colorCode PVS
267                #colorCode MergedLeaves
268                #colorCode MergedTreeDiff
269                colorCode Random
270                exportRays false
271                exportGeometry false
272                exportMergedViewCells false
273                useClipPlane true
274                clipPlaneAxis 1
275        }
276
277        showVisualization false
278        evaluateViewCells false
279       
280        Evaluation {
281                samplesPerPass 500
282                samples 1000
283                statsPrefix ../scripts/viewCells
284        }
285
286#       filename ../data/atlanta/atlanta_viewcells_large.x3d
287#       filename ../data/vienna/viewcells-25-sel.x3d
288#       filename ../data/vienna/viewcells-25.x3d
289#       filename ../data/vienna/viewcells-large-sel.x3d
290#       filename ../scripts/viewcells_vienna.xml
291#       filename ../scripts/viewcells_atlanta.xml
292#       filename ../scripts/viewcells_soda5-2.xml
293#       filename ../data/soda/soda5-viewcells.xml
294#       filename ../scripts/viewcells_atlanta.xml
295#       filename ../data/soda/soda-viewcells-5000.xml
296#       filename ../data/test1/test-viewcells.xml
297
298#       filename ../data/soda/soda5-viewcell-single.xm
299#       filename ../data/soda/vienna-viewcell-single.xml
300#       filename ../data/CityModel/CityModel-viewcells-5000.xml
301        filename ../data/City4M/City4M-viewcells-5000.xml
302
303
304#       filename ../data/atlanta/viewcells_atlanta3.xml
305
306#       filename ../data/vienna/viewcells_vienna.xml
307#       filename ../data/vienna/viewcells_vienna2.xml
308#       filename ../data/vienna/vienna_simple-21-04-avs2-viewCells.xml
309#       filename ../data/vienna/vienna-viewcells-5000.xml
310
311
312#       filename ../data/PowerPlant/power_plant_viewcells1.xml
313}
314
315
316Simulation {
317        objRenderCost 1.0
318        vcOverhead 1.0
319        # always between 0 and 1
320        moveSpeed 0.0001
321}
322
323
324
325VspBspTree {
326        Construction {
327                samples 800000
328                epsilon 0.0005
329                randomize false
330                renderCostWeight 1.0
331        }
332
333
334        # random polygon       = 1
335        # axis aligned         = 2
336        # least ray splits     = 256
337        # balanced rays        = 512
338        # pvs                  = 1024
339       
340        splitPlaneStrategy 1026
341       
342        # maximal candidates for split planes
343        maxPolyCandidates 150
344
345        usePolygonSplitIfAvailable false
346
347        # maximal tested rays for split cost heuristics
348        maxTests 10000
349       
350        maxTotalMemory  50
351        maxStaticMemory 50
352
353        subdivisionStats ../subdivisionStats.log
354
355        # factors for evaluating split plane costs
356        Factor {
357                leastRaySplits 1.0
358                balancedRays 1.0
359                pvs 1.0
360        }
361       
362        Termination {
363                # parameters used for autopartition
364                minRays                 -15
365                minPolygons             -1
366                maxDepth                25
367                minPvs                  -15
368                minProbability          0.00000001
369                maxRayContribution      1.8
370                maxCostRatio            1.8
371                missTolerance           6
372                globalCostMissTolerance 4
373                minGlobalCostRatio      0.0000001
374#               minGlobalCostRatio      0.0001
375# $$MAXVIEWCELLS
376                maxViewCells            5000
377       
378
379                # used for pvs criterium
380                ct_div_ci 0.0
381               
382                AxisAligned {
383                        minRays                 50000
384                        maxRayContribution      9.9
385                }
386        }
387       
388        useSplitCostQueue true
389        useCostHeuristics true
390
391        splitUseOnlyDrivingAxis false
392        simulateOctree false
393        useRandomAxis false
394        usePolygonSplitIfAvailable false
395        useBreathFirstSplits false
396
397        Visualization {
398                # x3d visualization of the split planes
399                exportSplits false
400        }
401}
402
403BspTree {
404        Construction {
405                samples 300000
406                epsilon 0.005
407        }
408
409
410        # random polygon       = 1
411        # axis aligned         = 2
412        # least splits         = 4
413        # balanced polygons    = 8
414        # balanced view cells  = 16
415        # largest polygon area = 32
416        # vertical axis        = 64
417        # blocked rays         = 128
418        # least ray splits     = 256
419        # balanced rays        = 512
420        # pvs                  = 1024
421
422        # least splits + balanced polygons
423        #splitPlaneStrategy 12
424       
425        #axis aligned + vertical axis
426        #splitPlaneStrategy 66
427       
428        # axis aligned + balanced view cells
429        # splitPlaneStrategy 18
430       
431        # largest polygon area
432        #splitPlaneStrategy 32
433       
434        # axus aligned + balanced polygons
435        #splitPlaneStrategy 72
436       
437        # axis aligned + blocked rays
438        #splitPlaneStrategy 130
439       
440        #splitPlaneStrategy 384
441        #splitPlaneStrategy 130
442       
443        splitPlaneStrategy 32
444       
445        maxPolyCandidates 100
446        maxRayCandidates 0
447       
448        maxTests 10000
449       
450        subdivisionStats ../subDivisionStats.log
451
452        # factors for evaluating split plane costs
453        Factor {
454                verticalSplits 1.0
455                largestPolyArea 1.0
456                blockedRays 1.0
457                leastRaySplits 1.0
458                balancedRays 1.0
459                pvs 1.0
460                leastSplits 1.0
461                balancedPolys 1.0
462                balancedViewCells 1.0
463        }
464       
465        Termination {
466                # parameters used for autopartition
467                minRays -1
468                minPolygons 0
469                maxDepth 30
470                minPvs -1
471                minProbability 0.00001
472                maxRayContribution 9999
473                maxViewCells 20000
474
475                # used for pvs criterium
476                ct_div_ci 0.0
477       
478                maxCostRatio 0.9
479               
480                # axis aligned splits
481                AxisAligned {
482                        minPolys 5000
483                        minRays 500
484                        minObjects 10
485                        ct_div_ci 0.5
486                }
487        }
488       
489        AxisAligned {
490                splitBorder 0.01
491        }
492       
493       
494        Visualization {
495                # x3d visualization of the split planes
496                exportSplits false
497        }
498}
Note: See TracBrowser for help on using the repository browser.