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

Revision 177, 807 bytes checked in by bittner, 19 years ago (diff)
RevLine 
[163]1#############################################################################
2# ERS default configuration file
3# Jiri Bittner 2003
4#############################################################################
[170]5
6Scene {
7
[176]8#       filename glasgow1.x3d
9#       filename vienna.x3d
[177]10        filename atlanta2.x3d
11#       filename soda.dat
[170]12
13}
14
[163]15Limits {
16
17       threshold        1e-6
18       small            1e-6
19       infinity         1e9
20}
21
22Unigraphics {
[176]23                meshGrouping 1
[163]24}
25
26KdTree {
[170]27        sahUseFaces true
[163]28        Termination {
[170]29                minCost 2
[163]30                maxDepth 18
[170]31                maxCostRatio 0.9
32                ct_div_ci 0.5
[163]33        }
34
35#       splitMethod spatialMedian
36        splitMethod SAH
[170]37        splitBorder 0.01
[163]38}
[170]39
40MeshKdTree {
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}
[176]52
53
[177]54Sampling {
55        totalSamples    500000
56        samplesPerPass  2
[176]57}
Note: See TracBrowser for help on using the repository browser.