Skip to content

Instantly share code, notes, and snippets.

View JonRurka's full-sized avatar

jon Rurka JonRurka

View GitHub Profile
/* 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