Revision 258,
913 bytes
checked in by bittner, 19 years ago
(diff) |
mesh kdtree bug fixed
|
Line | |
---|
1 | ############################################################################# |
---|
2 | # ERS default configuration file |
---|
3 | # Jiri Bittner 2003 |
---|
4 | ############################################################################# |
---|
5 | |
---|
6 | Scene { |
---|
7 | |
---|
8 | # filename ../data/glasgow/glasgow1.x3d |
---|
9 | filename ../data/vienna/vienna-buildings.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 50000000 |
---|
57 | samplesPerPass 20 |
---|
58 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.