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

Experiment with 3d tiles #568

Open
Drabble opened this issue Jan 4, 2023 · 0 comments · May be fixed by #569
Open

Experiment with 3d tiles #568

Drabble opened this issue Jan 4, 2023 · 0 comments · May be fixed by #569
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Drabble
Copy link
Contributor

Drabble commented Jan 4, 2023

We have mostly been working on the generation of Mapbox Vector Tiles from OSM data. It would be interesting to try the new 3d tiles specification.

We can use JTS to create tessellations Delaunay Triangulation.

We can use Jgltf to generate GLTF data.

Finally we can render the 3d tiles directly with Cesium.

For anyone interested in getting started with 3d tiles and GLTF, I recommend the following links:

@Drabble Drabble added the enhancement New feature or request label Jan 4, 2023
@Drabble Drabble self-assigned this Jan 4, 2023
@Drabble Drabble linked a pull request Jan 4, 2023 that will close this issue
@Drabble Drabble linked a pull request Jan 4, 2023 that will close this issue
@bchapuis bchapuis added the help wanted Extra attention is needed label Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants