CesiumGS / 3d-tiles

Specification for streaming massive heterogeneous 3D geospatial datasets :earth_americas:
2.1k stars 466 forks source link

could b3dm tile format support glTFFormat(url or binary) like i3dm? #425

Closed hanaimin closed 2 years ago

hanaimin commented 4 years ago

I 'd like to dynamicly append glb to tile header for some requirements. if download b3dm entirely every time, the header updating is a little slow because of glb too big.
could b3dm tile format support glTFFormat(url or binary) like i3dm?

xsxWang commented 3 years ago

yes,of course

ptrgags commented 2 years ago

We now have an extension 3DTILES_content_gltf that can use glTF files directly as tile content (see https://github.com/CesiumGS/3d-tiles/tree/main/extensions/3DTILES_content_gltf)

Though it would be helpful to determine the type of tile contents before downloading, see https://github.com/CesiumGS/3d-tiles/issues/388