Hello, I’m new to Cesium so apologies for any newbie misunderstandings.
I am streaming a tileset.json to Unreal Engine through an http link. The tileset.json file is in a folder that also contains a “terrain” folder, and I am trying to understand the meanings of the numbered folders within the “terrain” folder. The numbered folders go from 0-19; within each folder is another set of numbered folders, and each of those numbered folders contains a bunch of .glb files. I am assuming the .glb files are the tiles. But what are the numbered folders that the .glb files are nested inside?
Is anyone able to explain the meaning of this hierarchy? Thanks so much.