density-mesh
density-mesh copied to clipboard
Image density/height map to mesh generator
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...
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...