A webapp that helps transform heightmaps (as image files) to high quality triangular meshes.
Uses hmm, an implementation of the meshing algorithm in the paper Fast Polygonal Approximation of Terrains and Height Fields.
-
Install Docker Desktop: https://www.docker.com/products/docker-desktop/
-
Open Docker and search for olavlan/hqhmm in the top search bar. Click Pull on the first result.
-
Go to the Images tab. Click ▶ on the row that says olavlan/hqhmm.
-
Expand Optional settings, write 0 in the field Ports, and click Run.
-
You can now open the app in your browser; go to the Containers tab, find the row that says olavlan/hqhmm, and click on the link under Port(s).
-
Delete existing images and containers of the app.
-
Repeat steps 2-5 above.