Revision 239,
1.1 KB
checked in by mattausch, 19 years ago
(diff) |
removed debug stuff. viewcell insertion working
|
Line | |
---|
1 | ############################################################################# |
---|
2 | # ERS default configuration file |
---|
3 | # Jiri Bittner 2003 |
---|
4 | ############################################################################# |
---|
5 | |
---|
6 | Scene { |
---|
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 | |
---|
14 | } |
---|
15 | |
---|
16 | Limits { |
---|
17 | |
---|
18 | threshold 1e-6 |
---|
19 | small 1e-6 |
---|
20 | infinity 1e9 |
---|
21 | } |
---|
22 | |
---|
23 | Unigraphics { |
---|
24 | meshGrouping 1 |
---|
25 | } |
---|
26 | |
---|
27 | KdTree { |
---|
28 | sahUseFaces true |
---|
29 | Termination { |
---|
30 | minCost 2 |
---|
31 | maxDepth 18 |
---|
32 | maxCostRatio 0.9 |
---|
33 | ct_div_ci 0.5 |
---|
34 | } |
---|
35 | |
---|
36 | # splitMethod spatialMedian |
---|
37 | splitMethod SAH |
---|
38 | splitBorder 0.01 |
---|
39 | } |
---|
40 | |
---|
41 | MeshKdTree { |
---|
42 | Termination { |
---|
43 | minCost 4 |
---|
44 | maxDepth 18 |
---|
45 | maxCostRatio 0.9 |
---|
46 | ct_div_ci 0.5 |
---|
47 | } |
---|
48 | |
---|
49 | # splitMethod spatialMedian |
---|
50 | splitMethod SAH |
---|
51 | splitBorder 0.01 |
---|
52 | } |
---|
53 | |
---|
54 | |
---|
55 | Sampling { |
---|
56 | totalSamples 10000 |
---|
57 | samplesPerPass 5 |
---|
58 | } |
---|
59 | |
---|
60 | BspTree { |
---|
61 | # splitPlaneStrategy leastSplits |
---|
62 | splitPlaneStrategy balancedTree |
---|
63 | # splitPlaneStrategy nextPolygon |
---|
64 | constructionMethod viewCells |
---|
65 | # constructionMethod sceneGeometry |
---|
66 | maxCandidates 20 |
---|
67 | maxViewCells 10 |
---|
68 | Termination { |
---|
69 | maxPolygons 4 |
---|
70 | maxDepth 35 |
---|
71 | } |
---|
72 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.