Simpler approach: don't use a mesh for the height-map.
Computing a mesh for the height-map is difficult and takes forever as soon as we have images of a sgnificant size. Here we will simply use the height map to assign a Z value to all location on request. And see whether this still works.
Please register or sign in to comment