CesiumGS / cesium-native

Apache License 2.0
438 stars 215 forks source link

Add support for 3DTiles_implicit_tiling extension #353

Closed kring closed 3 years ago

kring commented 3 years ago

https://github.com/CesiumGS/3d-tiles/tree/3d-tiles-next/extensions/3DTILES_implicit_tiling

I think this extension should integrate pretty nicely with the implicit tiling support already in cesium-native. In short:

That's a really quick and dirty summary, but hopefully enough to get you started @nithinp7 and I'll try to flesh it out a bit more tomorrow.

lilleyse commented 3 years ago

See https://github.com/CesiumGS/3d-tiles/pull/487 for a recent addition to the spec to specify geometric error at per-tile granularity.

Also check out https://github.com/CesiumGS/3d-tiles/tree/3d-tiles-next/specification/Metadata/Semantics - there are ways to override the default implicit tiling bounding volumes using per-tile metadata.