We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
Drabble
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: