-
Notifications
You must be signed in to change notification settings - Fork 14
Steps from DEM to quantized-mesh tiles #168
Comments
Hi, Steps are
This is not covered in this project.
You can also have a look at Which takes care of the encoding/decoding part of a terrain tile. The goal is to use this module in the 3D forge. Also if you want to add doc/improve the code base, PR are welcome. |
Thanks, I'll try to get this pipeline to work, and maybe contribute to the documentation if I succeed ;-) Although creating the mesh is not part of the project, it is still prerequisite as most terrain data is in raster format. Which tools did you use to create the (simplified) mesh for the Swiss Geoportal? |
We used commercial software to create the triangulation/mesh. |
Ok, I'm currently trying to find an open source solution: http://blog.thematicmapping.org/2016/09/creating-tin-from-raster-dem.html |
Thanks for the link. Let us know how it went |
good job,thank you! I will have a try |
Thanks for providing a quantized-mesh library! I've previously used simple hightmap for 3D landscape rendering in Cesium: http://blog.thematicmapping.org/2014/10/3d-terrains-with-cesium.html
Now I would like to use the 3d-forge library, but I miss some documentation covering all the steps.
If I have a GeoTIFF DEM, what are the actual steps to turn it into quantized-mesh tiles?
The text was updated successfully, but these errors were encountered: