Closed DimplesHei closed 1 month ago
you need a tileset.json file referencing the glTF's, for a sample see https://bertt.wordpress.com/2022/02/20/cesium-3d-tiles-model-placement/
Can it be implemented using the SharpGltf ?
No SharpGLTF is only for creating GLB's (+3D Tiles extensions).
Some tools that are using this functionality:
https://github.com/Geodan/pg2b3dm: for creating 3D Tiles from 3D geometries in PostGIS
https://github.com/geodan/i3dm.export: for creating 3D Tiles from existing glTF models (for example a tree) + points in PostGIS
thanks
How to convert multiple gltf into a single 3dtiles format?