In computer games, traditional procedural terrain generation relies on a grid of vertices, with each point representing terrain elevation. For each square in the grid, two triangles are created by ...
This project implements an editor extension for Unity to create Low Poly Terrains. It is still under development, but it works quite good. Currently, the built-in terrain editor of Unity does only ...