OpenGL heightmap renderer not producing smooth terrain – Photoshop
I'm writing a terrain renderer with C++ and OpenGL using nested grids and heightmaps, and am having trouble with the higher-detail (closer) grids looking blocky/terraced. Initially I thought the problem was with the 8-bit heightmaps I was using, but 16-bit…