Tile-converter 3.0 3DTiles to I3S conversion Image issue #1850
Unanswered
james-1595
asked this question in
Q&A
Replies: 1 comment
-
@james-1595 thank you for submitting the issue. The converter has been updated few times since this bug was filed. Can you please try with the latest version (3.1.8)? Also it will be great if you can provide a test data that shows the issue. Thx! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was trying to convert a 3DTILES which was exported by Cesium's 3D Tiling Pipeline, this is how it looks like for the 3DTILES itself:
I ran this command with the 3DTILES in a Ubuntu docker environment:
npx tile-converter --input-type 3DTILES --tileset sample_tileset/tileset.json --output sample_tileset --name sample_export --slpk
Here's how it looks at the same location of the model:
Here's another conversion where the model had holes on it:
While the 3DTILES that used to export the slpk looks fine:
To me it Looks like the image interpolation during the process was the issue, any suggestions? I'm happy to provide test data to reproduce the issue.
Any help will be much appreciated! Thanks!
Here's the link to the log (it's too long that cannot paste here):
https://raw.githubusercontent.com/james-1595/tile-converter-issue/main/tile-converter-log.log
Beta Was this translation helpful? Give feedback.
All reactions