Last active
July 5, 2022 18:21
-
-
Save bertt/985dea904de1486efbcc8f64b2df7717 to your computer and use it in GitHub Desktop.
subtree_json_Sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"buffers":[ | |
{ | |
"byteLength":16 | |
} | |
], | |
"bufferViews":[ | |
{ | |
"buffer":0, | |
"byteOffset":0, | |
"byteLength":3 | |
}, | |
{ | |
"buffer":0, | |
"byteOffset":8, | |
"byteLength":8 | |
} | |
], | |
"tileAvailability":{ | |
"bitstream":0, | |
"availableCount":7 | |
}, | |
"contentAvailability":[ | |
{ | |
"availableCount":0, | |
"constant":0 | |
} | |
], | |
"childSubtreeAvailability":{ | |
"bitstream":1, | |
"availableCount":8 | |
} | |
} | |
Tile availability bitstream: 10110000, 01001100, 10000000 (7 total) | |
ChildSubtree availability bitstream: 00000000, 00000000, 01100000, 00000110, 01100000, 00000110, 00000000, 00000000 (8 total) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment