Skip to content

Instantly share code, notes, and snippets.

/* Procedural Terrain Generation
* Peter Taylor (EmersonT1)
* Created: 29th November 2015
* A C# implementation of http://www.stuffwithstuff.com/robot-frog/3d/hills/index.html
*/
using System;
namespace Test1
{
class TerrainGen