Implementing Marching Squares - Lets Make 2D Voxel Terrain - Part 11
· ☕ 2 min read
We’re finally there! Time to add the marching squares algorithm to our voxel terrain. Unlike our previous implementation marching squares is going to look at the four nearest points in our quadtree and treat them as vertices.