visgl / loaders.gl

Loaders for big data visualization. Website:
https://loaders.gl
Other
700 stars 191 forks source link

tile-converter is storing duplicated textures when converting 3dtiles to i3s slpk bloating slpk size #2047

Closed Tamrat-B closed 2 years ago

Tamrat-B commented 2 years ago

Texture resources are being duplicated when converting 3dtiles to i3s slpk.

In addition to the correct texture output in the slpk, there is a duplicated texture (0\index.jpg and/or 1\index.ktx2) that should only be output when creating content for serving i3s (not in slpk).

belom88 commented 2 years ago

Converted slpk has file structure: image Expected result: image

belom88 commented 2 years ago

spec: https://github.com/Esri/i3s-spec/blob/master/format/Indexed%203d%20Scene%20Layer%20Format%20Specification.md#example-18-slpk-structure-summary-for-3d-objects-

belom88 commented 2 years ago

3.1.5 has been published