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 atlanta2.x3d |
---|
11 | # filename soda.dat |
---|
12 | |
---|
13 | } |
---|
14 | |
---|
15 | Limits { |
---|
16 | |
---|
17 | threshold 1e-6 |
---|
18 | small 1e-6 |
---|
19 | infinity 1e9 |
---|
20 | } |
---|
21 | |
---|
22 | Unigraphics { |
---|
23 | meshGrouping 1 |
---|
24 | } |
---|
25 | |
---|
26 | KdTree { |
---|
27 | sahUseFaces true |
---|
28 | Termination { |
---|
29 | minCost 2 |
---|
30 | maxDepth 18 |
---|
31 | maxCostRatio 0.9 |
---|
32 | ct_div_ci 0.5 |
---|
33 | } |
---|
34 | |
---|
35 | # splitMethod spatialMedian |
---|
36 | splitMethod SAH |
---|
37 | splitBorder 0.01 |
---|
38 | } |
---|
39 | |
---|
40 | MeshKdTree { |
---|
41 | Termination { |
---|
42 | minCost 4 |
---|
43 | maxDepth 18 |
---|
44 | maxCostRatio 0.9 |
---|
45 | ct_div_ci 0.5 |
---|
46 | } |
---|
47 | |
---|
48 | # splitMethod spatialMedian |
---|
49 | splitMethod SAH |
---|
50 | splitBorder 0.01 |
---|
51 | } |
---|
52 | |
---|
53 | |
---|
54 | Sampling { |
---|
55 | totalSamples 500000 |
---|
56 | samplesPerPass 2 |
---|
57 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.