Perlin Noise Terrain Generator
A Program to Generate Terrain from Perlin Noise with Exponentially Distributed Gradient Magnitude
|
defines.h | Header file for OS dependent things |
main.cpp | Main |
perlin.cpp | Code file for 2D Perlin noise with exponentially distributed gradients |
perlin.h | Header file for 2D Perlin noise with exponentially distributed gradients |