-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json.example
69 lines (68 loc) · 1.58 KB
/
config.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"adapter": {
"minWallAdaptDepth": 16,
"derefine": false
},
"bspline": {
"pointControl": 200,
"polygon": false,
"pseudoDist": 0.00001,
"threshold": 15,
"wallGuard": true
},
"generator": {
"maxCoresForReplacement": 20
},
"global": {
"edgePoints": [],
"logger": {
"level": "INFO",
"logPath": "log.log"
},
"nonAdaptEdgePointRadius": [],
"nonAdaptRegion": 0,
"pointPreserve": true,
"redis": {
"db": 0,
"host": "localhost",
"password": "",
"port": 6379,
"prefix": "NONE"
},
"wallPointOrientation": "cw",
"weightCondition": 0
},
"normalWall": {
"conditionValueThreshold": 15,
"inflatedPolygonDistance": 0.001,
"legacyMode": true
},
"preChecker": {
"distanceLimiter": 0.0001
},
"rechecker": {
"conditionValueThreshold": 15,
"maxPoints": 2,
"offsetMultiplier": 0.0001
},
"shift":{
"shiftFlag": 1
},
"triangulate": {
"general": {
"aggressiveMaxNeighbours": 2,
"wallThreshold": 15
},
"leftright": {
"aggressiveMaxNeighbours": 2,
"normalMaxNeighbours": 1,
"wallThreshold": 15
},
"triangle": {
"aggressiveMaxNeighbours": 2,
"interiorThreshold": 30,
"normalMaxNeighbours": 1,
"wallandOuterThreshold": 30
}
}
}