source: trunk/VUT/GtpVisibilityPreprocessor/src/default.env @ 170

Revision 170, 709 bytes checked in by bittner, 19 years ago (diff)

mesh kd tree added

Line 
1#############################################################################
2# ERS default configuration file
3# Jiri Bittner 2003
4#############################################################################
5
6Scene {
7
8#       filename atlanta2.x3d
9        filename soda.dat
10
11}
12
13Limits {
14
15       threshold        1e-6
16       small            1e-6
17       infinity         1e9
18}
19
20Unigraphics {
21                meshGrouping 1000
22}
23
24KdTree {
25        sahUseFaces true
26        Termination {
27                minCost 2
28                maxDepth 18
29                maxCostRatio 0.9
30                ct_div_ci 0.5
31        }
32
33#       splitMethod spatialMedian
34        splitMethod SAH
35        splitBorder 0.01
36}
37
38MeshKdTree {
39        Termination {
40                minCost 4
41                maxDepth 18
42                maxCostRatio 0.9
43                ct_div_ci 0.5
44        }
45
46#       splitMethod spatialMedian
47        splitMethod SAH
48        splitBorder 0.01
49}
Note: See TracBrowser for help on using the repository browser.