-
Notifications
You must be signed in to change notification settings - Fork 54
/
convert2xkt.conf.json
60 lines (60 loc) · 1.56 KB
/
convert2xkt.conf.json
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
{
"sourceConfigs": {
"las": {
"center": false,
"transform": [
1.0, 0.0, 0.0, 0.0,
0.0, 0.0, -1.0, 0.0,
0.0, 1.0, 0.0, 0.0,
0.0, 0.0, 0.0, 1.0
],
"colorDepth": "auto",
"fp64": true,
"skip": 1,
"minTileSize": 1000
},
"laz": {
"center": false,
"transform": [
1.0, 0.0, 0.0, 0.0,
0.0, 0.0, -1.0, 0.0,
0.0, 1.0, 0.0, 0.0,
0.0, 0.0, 0.0, 1.0
],
"colorDepth": "auto",
"fp64": true,
"skip": 1,
"minTileSize": 1000
},
"ifc": {
"excludeTypes": [],
"minTileSize": 1000
},
"gltf": {
"reuseGeometries": true,
"includeTextures": true,
"includeNormals": false,
"excludeTypes": [],
"minTileSize": 1000,
"externalMetadata": true
},
"glb": {
"reuseGeometries": true,
"includeTextures": true,
"includeNormals": false,
"excludeTypes": [],
"minTileSize": 1000,
"externalMetadata": true
},
"json": {
"center": false,
"transform": [
1.0, 0.0, 0.0, 0.0,
0.0, 0.0, -1.0, 0.0,
0.0, 1.0, 0.0, 0.0,
0.0, 0.0, 0.0, 1.0
],
"minTileSize": 1000
}
}
}