A height-map based procedural terrain generator for the Unity game engine.
- Written in C#
- Height map and meshes generated at run time
- Primarily noise-function and matrix operations
- Large terrains are chunked into multiple meshes
- Demonstrated in Unity with a simple color-by-height shader and water planes