![]() |
Amortized Noise Terrain Generator
A Program to Generate Terrain from Amortized Noise with Exponentially Distributed Gradient Magnitude
|
| Common.h | Some common defines used in several places |
| CPUtime.cpp | Code for getting access to CPU time under Windows |
| CPUtime.h | Header for getting access to CPU time under Windows |
| defines.h | Header file for OS dependent things |
| ExponentialHash.cpp | Code for generating an exponentially distributed hash function |
| ExponentialHash.h | Header for generating an exponentially distributed hash function |
| InfiniteAmortizedNoise2D.cpp | Code file for the 2D amortized noise class CInfiniteAmortizedNoise2D |
| InfiniteAmortizedNoise2D.h | Header file for the 2D amortized noise class CInfiniteAmortizedNoise2D |
| main.cpp | Main |
| MurmurHash3.h | |
| resource.h | |
| TerrainGenerator.cpp | Code file for the terrain generator CTerrainGenerator |
| TerrainGenerator.h | Header file for the terrain generator CTerrainGenerator |