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 debug tools: bounding spheres are not displayed #1888

Closed
jailln opened this issue Sep 7, 2022 · 1 comment · Fixed by #2143
Closed

3D Tiles debug tools: bounding spheres are not displayed #1888

jailln opened this issue Sep 7, 2022 · 1 comment · Fixed by #2143
Assignees
Milestone

Comments

@jailln
Copy link
Contributor

jailln commented Sep 7, 2022

Your Environment

  • Version used: 2.38.2
  • Browser Name and version: Firefox and Chrome
  • Operating System and version (desktop or mobile): Linux

Context

3D Tiles debug tools "bounding box" checkbox does not work for 3D Tiles tilesets with bounding spheres. There is no error in the console. It is limiting for debugging such tilesets.

Steps to Reproduce (for bugs)

  1. Create an example with a 3D Tiles tileset with bounding spheres (e.g. https://storage.yandexcloud.net/gis-3d-models/data/tiles3d/Valaam_Aerial_Survey/Scene/Cesium.json from Unstable 3d tiles rendering in itowns #1859) and with a 3D Tiles debug UI (e.g. debug.create3dTilesDebugUI(menuGlobe.gui, view, tileset, d);)
  2. Zoom to the tileset. Camera position for the above-mentioned tileset:
        var placement = {
            coord: new itowns.Coordinates('EPSG:4326', 30.950135, 61.395949, 0),
            range: 3000,
            tilt: 22,
        }
  1. Check the "Bounding box" checkbox

Expected Behavior

Bounding spheres should be displayed (the code exists but I don't know if it ever worked ?).

Actual Behavior

Nothing is displayed.

@jailln jailln added the bug 🐛 label Sep 7, 2022
@jailln jailln added this to the 2.xx.x milestone Oct 14, 2022
@mgermerie
Copy link
Contributor

The complete 3d-tiles support is planned in the short term road map. We are currently studying possibilities in terms of libraries to enhance support (as mentioned in #1917).

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

Successfully merging a pull request may close this issue.

2 participants