I am using lwjgl with no external libraries, so every step in my project is manual and usually a fun challenge. Anyways here is what my terrain looks like when using a tile map + simplex noise to generate a region/chunk… I need some direction for getting the tiles touch/connect (it’s my first time using heights with a tile grid) Thanks