vpenades / SharpGLTF

glTF reader and writer for .NET Standard
MIT License
484 stars 77 forks source link

How to convert multiple gltf files into 3dtiles? #252

Closed DimplesHei closed 1 month ago

DimplesHei commented 1 month ago

How to convert multiple gltf into a single 3dtiles format?

bertt commented 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/

DimplesHei commented 1 month ago

Can it be implemented using the SharpGltf ?

bertt commented 1 month ago

No SharpGLTF is only for creating GLB's (+3D Tiles extensions).

Some tools that are using this functionality:

DimplesHei commented 1 month ago

thanks