Re: The Euphoria Sub Commander project
- Posted by c.k.lester <euphoric at cklest?r.c?m> Nov 20, 2007
- 580 views
ChrisBurch3 wrote: > > I need a map generating routine, that generates a random map, with coastline > and sea bed depths. You could make each point in the grid represents the relative sea level, so for land it can go as high as 20' above sea level (20) and for water it can go as low as 600' below sea level (-600). That way you have one value giving you land or sea. Thermocline values would not need to be set in the grid. It could just be something like {-100,-50} to represent the lower and upper boundaries of the layer.