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

Revision 163, 469 bytes checked in by bittner, 19 years ago (diff)
Line 
1#############################################################################
2# ERS default configuration file
3# Jiri Bittner 2003
4#############################################################################
5Limits {
6
7       threshold        1e-6
8       small            1e-6
9       infinity         1e9
10}
11
12Unigraphics {
13                meshGrouping 1
14}
15
16KdTree {
17        Termination {
18                minCost 6
19                maxDepth 18
20                maxCostRatio 1.5
21                ct_div_ci 1
22        }
23
24#       splitMethod spatialMedian
25        splitMethod SAH
26        splitBorder 0.1
27}
Note: See TracBrowser for help on using the repository browser.