source: trunk/VUT/GtpVisibilityPreprocessor/src/default.env @ 374

Revision 374, 2.7 KB checked in by bittner, 19 years ago (diff)
RevLine 
[163]1#############################################################################
2# ERS default configuration file
3# Jiri Bittner 2003
4#############################################################################
[170]5
6Scene {
7
[311]8#       filename glasgow1.x3d
9#       filename vienna.x3d
10#       filename ../data/vienna/vienna-simple.x3d
[364]11#       filename ../data/vienna/vienna-buildings.x3d
[365]12# filename ../data/vienna/viewcells-25-sel.x3d
[369]13# filename ../data/atlanta/atlanta2.x3d
[374]14        filename ../data/soda/soda.dat
15# filename ../data/soda/soda5.dat
[170]16}
17
[374]18Preprocessor {
19#       type sampling
20        type vss
21}
22
[163]23Limits {
24
25       threshold        1e-6
26       small            1e-6
27       infinity         1e9
28}
29
30Unigraphics {
[176]31                meshGrouping 1
[163]32}
33
34KdTree {
[170]35        sahUseFaces true
[163]36        Termination {
[335]37                minCost 2
[163]38                maxDepth 18
[335]39                maxCostRatio 0.9
[170]40                ct_div_ci 0.5
[163]41        }
42
43#       splitMethod spatialMedian
44        splitMethod SAH
[170]45        splitBorder 0.01
[163]46}
[170]47
48MeshKdTree {
49        Termination {
[335]50                minCost 4
51                maxDepth 18
52                maxCostRatio 0.9
[170]53                ct_div_ci 0.5
54        }
55
56#       splitMethod spatialMedian
57        splitMethod SAH
58        splitBorder 0.01
59}
[176]60
61
[177]62Sampling {
[369]63        totalSamples 100000000
[365]64        samplesPerPass  3
[176]65}
[311]66
67ViewCells {
[374]68        hierarchy kdTree
69        #hierarchy bspTree
[335]70        # hierarchy sceneDependent
71       
[326]72        height 5.0
73        maxViewCells 0
[335]74       
[370]75        minPvsDif 100
76#       maxPvsSize 200
77       
[326]78#       filename ../data/atlanta/atlanta_viewcells_large.x3d
[335]79        filename ../data/vienna/viewcells-25-sel.x3d
80#       filename ../data/vienna/viewcells-25.x3d
[311]81#       filename ../data/vienna/viewcells-large-sel.x3d
82}
83
84BspTree {
[335]85        Construction {
[363]86                input fromRays
[335]87        #       input fromViewCells
[363]88        #       input fromSceneGeometry
[370]89                samples 10000
[363]90                sideTolerance 0.005
[335]91        }
[311]92
[335]93
[326]94        # random polygon       = 1
[311]95        # axis aligned         = 2
96        # least splits         = 4
97        # balanced polygons    = 8
98        # balanced view cells  = 16
99        # largest polygon area = 32
100        # vertical axis        = 64
[326]101        # blocked rays         = 128
[335]102        # least ray splits     = 256
103        # balanced rays        = 512
[370]104        # pvs                  = 1024
[335]105
[311]106        # least splits + balanced polygons
107        #splitPlaneStrategy 12
108       
109        #axis aligned + vertical axis
110        #splitPlaneStrategy 66
111       
112        # axis aligned + balanced view cells
113        # splitPlaneStrategy 18
114       
115        # largest polygon area
116        #splitPlaneStrategy 32
117       
118        # axus aligned + balanced polygons
119        #splitPlaneStrategy 72
120       
[335]121        # axis aligned + blocked rays
122        #splitPlaneStrategy 130
123       
[363]124        #splitPlaneStrategy 384
125        #splitPlaneStrategy 130
[326]126       
[370]127        splitPlaneStrategy 1024
[316]128       
[363]129        maxCandidates 80
130       
[311]131        Termination {
[370]132                # autopartition
133                maxRays 200
134                maxPolygons 5
[326]135                maxDepth 100
[335]136               
[363]137                # axis aligned splits
138                AxisAligned {
[370]139                        maxPolys 5000
140                        maxRays 5000
141                        maxObjects 2000
[363]142                        maxCostRatio 0.9
143                        ct_div_ci 0.5
144                }
[311]145        }
[335]146       
[363]147        AxisAligned {
148                splitBorder 0.01
149        }
[370]150       
151        PostProcessing {
152                samples 100000
153        }
[363]154               
[326]155        # if split polys are stored for visualization
156        storeSplitPolys false
157        # x3d visualization of the split planes
158        exportSplits true
[311]159}
Note: See TracBrowser for help on using the repository browser.