source: trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env @ 275

Revision 275, 1.4 KB checked in by mattausch, 19 years ago (diff)
Line 
1#############################################################################
2# ERS default configuration file
3# Jiri Bittner 2003
4#############################################################################
5
6Scene {
7
8#       filename glasgow1.x3d
9#       filename vienna.x3d
10        filename ../data/atlanta/atlanta2.x3d
11#       filename ../data/soda/soda.dat
12#       filename ../data/soda/soda5.dat
13#       viewcells ../data/atlanta/atlanta_viewcells_large.x3d
14#viewcells ../data/atlanta/atlanta_viewcells_large2.x3d
15#       viewcells ../data/vienna/viewcells-25-sel.x3d
16        viewcells ../data/vienna/viewcells-25.x3d
17#       viewcells ../data/vienna/viewcells-large-sel.x3d
18}
19
20Limits {
21
22       threshold        1e-6
23       small            1e-6
24       infinity         1e9
25}
26
27Unigraphics {
28                meshGrouping 1
29}
30
31KdTree {
32        sahUseFaces true
33        Termination {
34                minCost 2
35                maxDepth 18
36                maxCostRatio 0.9
37                ct_div_ci 0.5
38        }
39
40#       splitMethod spatialMedian
41        splitMethod SAH
42        splitBorder 0.01
43}
44
45MeshKdTree {
46        Termination {
47                minCost 4
48                maxDepth 18
49                maxCostRatio 0.9
50                ct_div_ci 0.5
51        }
52
53#       splitMethod spatialMedian
54        splitMethod SAH
55        splitBorder 0.01
56}
57
58
59Sampling {
60        totalSamples    10000
61        samplesPerPass  5
62}
63
64BspTree {
65#       splitPlaneStrategy leastSplits
66#       splitPlaneStrategy balancedTree
67#       splitPlaneStrategy nextPolygon
68        splitPlaneStrategy combined
69#       constructionMethod rays
70        constructionMethod viewCells
71#       constructionMethod sceneGeometry
72        maxCandidates 25
73        maxViewCells 999999
74        Termination {
75                maxPolygons 0
76                maxDepth 3000
77        }
78}
Note: See TracBrowser for help on using the repository browser.