hmm icon indicating copy to clipboard operation
hmm copied to clipboard

Heightmap meshing utility.

Results 13 hmm issues
Sort by recently updated
recently updated
newest added

Am I right that this only works with "flat" height maps: F(x, y) = z where x, y, z are cartesian coordinates? For example, there is SRTM DEM set where...

Why is `zscale` a required argument? Is it nonlinear - if you scale before vs after does it make a difference? I ask because I postprocess the mesh to scale...

would it be possible to support float32 input files, like geotiffs, without conversion into a 8bit image format first? Totally understandable if additional dependencies are not desired. I am sure...

I suggest a (maybe simple) cmake file. This is a bit more modern and easier to maintain than a classical handwritten makefile and can more easily check for the existence...

This is a great tool that I was seeking for several days now! What I want to do is to create lithophanes that fit into a frame. The frames have...

It looks like for windows you need to include `` in order to use e.g. `std::min`.

FYI `hmm` is now available as a conda-forge package: https://github.com/conda-forge/cpp-hmm-feedstock To install it: ```bash $ conda install cpp-hmm -c conda-forge ``` @fogleman please let me know if you want me...

Hi, thanks for this wonderful utility. And is there any plan to add mask support? This can be used to generate models of areas with non-rectangular boundaries. Thanks!

I see that std::priority_queue doesn't have the required Remove method. Googling the stackoverflow to learn how people live with that in C++ land got this: people sometimes use std::set for...

Suggesting this function that returns the triangle (or -1 if no triangle exists) that contains a point