CesiumGS / cesium-native

Apache License 2.0
433 stars 214 forks source link

3D Tiles Next roadmap #386

Closed lilleyse closed 1 year ago

lilleyse commented 3 years ago

Roadmap issue to keep track of 3D Tiles Next extensions and their implementation status in Cesium Native.

See 3D Tiles Next README for more background on these extensions.

3D Tiles Next extensions:

Other useful glTF extensions

The initial 3D Tiles Next datasets we want to show are OWT and CDB. The OWT base globe uses nearly all the 3D Tiles Next extensions. CDB data can be converted to 3D Tiles Next with the --3d-tiles-next flag once https://github.com/CesiumGS/cdb-to-3dtiles/pull/58 is merged. Datasets like Yemen have raster materials that are converted to feature ID textures.

OWT base globe CDB with feature ID textures
maxar cdb
lilleyse commented 1 year ago

Most of this has been implemented already, with the exception of multiple contents and EXT_mesh_gpu_instancing (which is being tracked here).