tileset.json 1.12 KB
Newer Older
Joe TS Dell's avatar
update  
Joe TS Dell committed
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
{
  "asset": {
    "version": "0.0"
  },
  "geometricError": 4,
  "root": {
    "children": [
      {
        "content": {
          "url": "Tiles/1_0/1_0.pnts"
        },
        "boundingVolume": {
          "region": [
            0.16027575934125518,
            0.8513583806598622,
            0.16029055321328814,
            0.8513682411582774,
            0,
            0
          ]
        },
        "geometricError": 2,
        "refine": "replace"
      },
      {
        "content": {
          "url": "Tiles/1_1/1_1.pnts"
        },
        "boundingVolume": {
          "region": [
            0.1602905169370419,
            0.8513583570573601,
            0.16030531097399098,
            0.8513682174470412,
            0,
            0
          ]
        },
        "geometricError": 2,
        "refine": "replace"
      }
    ],
    "content": {
      "url": "root.pnts"
    },
    "boundingVolume": {
      "region": [
        0.1602757232321508,
        0.8513484965575016,
        0.16030531097399098,
        0.8513682174470412,
        0,
        0
      ]
    },
    "geometricError": 4,
    "refine": "replace"
  }
}