Terrain Generator

From 118Wiki
Revision as of 01:41, 9 January 2010 by Fractalconfusion (talk | contribs) (Created page with '==Model== Let M be an x by y terrain map. Any two adjacent points (x_1, y_1) and (x_2, y_2) may differ in elevation by a max of (max_elevation - min_elevation).')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Model

Let M be an x by y terrain map.

Any two adjacent points (x_1, y_1) and (x_2, y_2) may differ in elevation by a max of (max_elevation - min_elevation).