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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
  "asset": {
    "version": "1.0"
  },
  "extensionsUsed": [
    "3DTILES_implicit_tiling",
    "3DTILES_multiple_contents",
    "3DTILES_metadata"
  ],
  "extensionsRequired": [
    "3DTILES_implicit_tiling",
    "3DTILES_multiple_contents"
  ],
  "geometricError": 240,
  "extensions": {
    "3DTILES_metadata": {
      "schema": {
        "classes": {
          "layer": {
            "properties": {
              "color": {
                "type": "VEC3",
                "componentType": "UINT8"
              },
              "priority": {
                "componentType": "UINT32"
              }
            }
          }
        }
      },
      "groups": {
        "ground": {
          "class": "layer",
          "properties": {
            "color": [120, 68, 32],
            "priority": 0
          }
        },
        "sky": {
          "class": "layer",
          "properties": {
            "color": [206, 237, 242],
            "priority": 1
          }
        }
      }
    }
  },
  "root": {
    "boundingVolume": {
      "region": [
        -1.3197309591796106,
        0.6988324218,
        -1.3196290408203893,
        0.6989155782,
        0,
        88
      ]
    },
    "extensions": {
      "3DTILES_implicit_tiling": {
        "subdivisionScheme": "QUADTREE",
        "subtreeLevels": 2,
        "maximumLevel": 1,
        "subtrees": {
          "uri": "subtrees/{level}.{x}.{y}.subtree"
        }
      },
      "3DTILES_multiple_contents": {
        "content": [
          {
            "uri": "ground/{level}/{x}/{y}.b3dm",
            "extensions": {
              "3DTILES_metadata": {
                "group": "ground"
              }
            }
          },
          {
            "uri": "sky/{level}/{x}/{y}.b3dm",
            "extensions": {
              "3DTILES_metadata": {
                "group": "sky"
              }
            }
          }
        ]
      }
    },
    "geometricError": 70,
    "refine": "ADD"
  }
}