yzt
2023-05-26 2f70f6727314edd84d8ec2bfe3ce832803f1ea77
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
{
  "asset": {
    "version": "1.0"
  },
  "geometricError": 10000,
  "extensionsUsed": [
    "3DTILES_implicit_tiling"
  ],
  "extensionsRequired": [
    "3DTILES_implicit_tiling"
  ],
  "root": {
    "boundingVolume": {
      "box": [
        0, 0, 0,
        1, 0, 0,
        0, 1, 0,
        0, 0, 1
      ]
    },
    "content": {
      "uri": "content/{level}/{x}/{y}.b3dm"
    },
    "refine": "REPLACE",
    "geometricError": 100,
    "extensions": {
      "3DTILES_implicit_tiling": {
        "subdivisionScheme": "OCTREE",
        "subtreeLevels": 2,
        "maximumLevel": 5,
        "subtrees": {
          "uri": "subtrees/{level}/{x}/{y}/{z}.subtree"
        }
      }
    }
  }
}