How it works: This shader modifies the standard shader's normal generation, meaning the normals will make the face look like low poly. This is excellent if you want a ...
I am generating a plane and use Poisson Disk Sampling to position the vertices in a non-chaotic but random manner. To add heights onto my terrain i am looping over all the vertices of my plane and ...