Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3D Tiles 1.1 - Implicit Tiling - Octree support? #2423

Closed
bertt opened this issue Oct 2, 2024 · 4 comments
Closed

3D Tiles 1.1 - Implicit Tiling - Octree support? #2423

bertt opened this issue Oct 2, 2024 · 4 comments
Labels

Comments

@bertt
Copy link

bertt commented Oct 2, 2024

I'm trying to get the Cesium demo with Implicit Tiling and Octree (https://github.com/CesiumGS/3d-tiles-samples/tree/main/1.1/SparseImplicitOctree) working in ITowns, but I'm getting errors.

Demo in Cesium (works): https://bertt.github.io/itowns_issues/octree/index.html

Demo in ITowns (does not work): https://www.itowns-project.org/itowns/examples/3dtiles_loader.html?tileset=https://bertt.github.io/itowns_issues/octree/tileset.json

Error "Failed to load tile at url "content/content_1__0_0_undefined.glb"."

Is Implicit Tiling and Octree supported?

@bertt bertt added the bug 🐛 label Oct 2, 2024
@AnthonyGlt
Copy link
Contributor

Thank you for the issue.
Octree is not yet supported for implicitTiling.
There is a list of what's left to implement for this feature:
NASA-AMMOS/3DTilesRendererJS#608 (comment)
I don't think that a MR is ongoing concerning Octree implementation.If you feel like it, don't hesitate to try to add it in the 3DTilesRendererJS lib, it could be a nice addition :D

@bertt
Copy link
Author

bertt commented Oct 2, 2024

ok thanks, good to see it as first item on the list :-)

@AnthonyGlt
Copy link
Contributor

Related MR
NASA-AMMOS/3DTilesRendererJS#791

@AnthonyGlt
Copy link
Contributor

Merged in 3DTilesRenderer, will be available in next version bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants