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

Revision 1900, 9.7 KB checked in by bittner, 18 years ago (diff)

experiments with different contribution computations

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