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
| subt È {
| "buffers": [
| {
| "byteLength": 8
| }
| ],
| "bufferViews": [
| {
| "buffer": 0,
| "byteOffset": 0,
| "byteLength": 1
| }
| ],
| "tileAvailability": {
| "constant": 1
| },
| "childSubtreeAvailability": {
| "constant": 0
| },
| "extensions": {
| "3DTILES_multiple_contents": {
| "contentAvailability": [
| {
| "constant": 1
| },
| {
| "bufferView": 0
| }
| ]
| }
| }
| }
|
|