density-mesh icon indicating copy to clipboard operation
density-mesh copied to clipboard

Image density/height map to mesh generator

Results 6 density-mesh issues
Sort by recently updated
recently updated
newest added

First results so far aren't very convincing. See https://github.com/kvark/vange-rs/pull/188 for the screenshot and the code. Does density-mesh expect a height map at all? It has a `DensityMap` that I'm constructing,...

The following questions need answering: - what are the reasonable values? - how does one or the other affect performance / computational complexity?

Right now if you want to update part of the mesh, you have to split it into chunks and update whole chunk on input data change. It would be very...

enhancement

Thanks for this project. I'm trying to adapt it for use with more generic heightmap data (i.e. not necessarily `u8`). I saw that no changes have been made in 3...