Hacker News new | ask | show | jobs
by jere 24 days ago
> A height map is representing voxel data without overhangs.

A height map can represent voxel data if the columns are integer heights, in the same way an integer can "represent" an infinite number of countable things. It's like saying the number 7 is "related" to a group of 7 ducks. The relationship is kind of meaningless.

But more importantly height maps can use also floating point heights in which case there's no reasonable mapping between the two. So your statement isn't generally true.

1 comments

In the present case (Comanche) they clearly do represent integer heights.
I still think this is a weird framing overall, but yes I see your quoted line "a height map is" was applying to this article and not generally.