Closed connormanning closed 8 years ago
None exist at the moment in the main cesium repo, but this would be a good thing for us to add in the samples repo: https://github.com/AnalyticalGraphicsInc/3d-tiles-samples. I should be able to generate something pretty soon.
I just threw this together quickly, it's probably too simple to host in the 3d-tiles-samples repo though so here it is:
Yeah the Chappes demo is out of date, thanks for the reminder that we need to update it.
I am looking for a sample point cloud tileset that contains
children
tiles, but haven't been able to find one. For example, all of these seem to be only a root tile.I've downloaded the entire Chappes tileset (which is used in this demo) but it doesn't seem to match the current 3DTiles point cloud specification - so I'm thinking it's outdated and that the demo is running an older version of the library.
My end goal is to create my own point cloud tilesets that work with the current
3dtiles
branch of Cesium. So far I've created a test set with a root and single child tile, but I am having some display issues with the child tile. This is why I'm looking for a hierarchical sample to compare against - does one exist? Apologies if I've missed one in an obvious location.