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

Revision 1867, 9.6 KB checked in by bittner, 18 years ago (diff)

merge, global lines, rss sampling updates

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