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

Revision 275, 1.4 KB checked in by mattausch, 19 years ago (diff)
RevLine 
[235]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
[263]13#       viewcells ../data/atlanta/atlanta_viewcells_large.x3d
[264]14#viewcells ../data/atlanta/atlanta_viewcells_large2.x3d
[267]15#       viewcells ../data/vienna/viewcells-25-sel.x3d
16        viewcells ../data/vienna/viewcells-25.x3d
[264]17#       viewcells ../data/vienna/viewcells-large-sel.x3d
[235]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 {
[265]65#       splitPlaneStrategy leastSplits
[267]66#       splitPlaneStrategy balancedTree
[275]67#       splitPlaneStrategy nextPolygon
68        splitPlaneStrategy combined
[260]69#       constructionMethod rays
[239]70        constructionMethod viewCells
71#       constructionMethod sceneGeometry
[264]72        maxCandidates 25
[268]73        maxViewCells 999999
[235]74        Termination {
[263]75                maxPolygons 0
[267]76                maxDepth 3000
[235]77        }
78}
Note: See TracBrowser for help on using the repository browser.