You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all
I'm testing tilesets using the new V1.1 tiler by cesium ion and implicit tiling plugin (octree).
Everything basically works ok, except towards octree leaves (higher-res tiles) there appears random misses (eg. "TilesRenderer : Failed to load tile at url "subtrees/5/8/14/0.subtree") on *.subtree files, causing indeed some holes in the mesh on close inspection as they refine.
I initially thought it was something related to a corrupted zip downloaded from ion, but instead it seems the last bit of the subtree path is composed differently (e.g. instead of "2.subtree", a "0.subtree" is fetched, and so on... while the subfolders path is correct on both cesium viewer and 3DTilesRenderer).
As if the last part of the path has wrong subtree filename computed (maybe morton codes)?
This bug can be replicated with any sufficiently complex obj converted into tileset using v1.1 ion tiler.
I'll try to provide more details while I keep testing, and have a more indepth inspection ad the code if I find something
The text was updated successfully, but these errors were encountered:
This bug can be replicated with any sufficiently complex obj converted into tileset using v1.1 ion tiler.
Can you please provide a specific tile set that exhibits the issue? Also please follow the bug report. Trying to accurately recreate your issue from just a description and no tile set or images is a lot of effort and guess work.
Hi all
I'm testing tilesets using the new V1.1 tiler by cesium ion and implicit tiling plugin (octree).
Everything basically works ok, except towards octree leaves (higher-res tiles) there appears random misses (eg.
"TilesRenderer : Failed to load tile at url "subtrees/5/8/14/0.subtree"
) on *.subtree files, causing indeed some holes in the mesh on close inspection as they refine.I initially thought it was something related to a corrupted zip downloaded from ion, but instead it seems the last bit of the subtree path is composed differently (e.g. instead of "2.subtree", a "0.subtree" is fetched, and so on... while the subfolders path is correct on both cesium viewer and 3DTilesRenderer).
As if the last part of the path has wrong subtree filename computed (maybe morton codes)?
This bug can be replicated with any sufficiently complex obj converted into tileset using v1.1 ion tiler.
I'll try to provide more details while I keep testing, and have a more indepth inspection ad the code if I find something
The text was updated successfully, but these errors were encountered: