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

Revision 2060, 9.9 KB checked in by bittner, 17 years ago (diff)

mutation parameters added

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