Terrain in computer games

Started by
2 comments, last by Chris 24 years, 7 months ago
I am almost nearing the terrain generation part of the game we're working on, Humanity. It's a Civ-like game. If you would like to contact me and maybe help out or share somehow, that'd be great.

------------------

Lack

Lack
Christianity, Creation, metric, Dvorak, and BeOS for all!
Advertisement
I've given some thought to this topic, and have some interesting ideas. I don't know if this will help as to what they do now much, but here goes.

If you took a seeded random number generator and a sattellite picture of an area. you could have a controlled semi-randomly generated 2D map with colors already showing altitude, water, and trees if you then raised the altitudes by color shading you'd have the basis of a realatively realistic 3D map.
The algorithym for this would be some what difficult to make, but it is easy to test it as to how realistic it is altitude wise by comparing a non randomized version with the real figures.

Alternatively you could instead of using a seed use a few lines as generating points, mountain ridge line, major river line, coast line, forest line. I think this method would allow for semi-customized terrain generation that would be quick and easy to use.

Hope this helps.

DESIGN FANATIC
David Abresch
abre1657@blue.univnorthco.edu
I am a computer science student at Sheffield University England.
I am currently doing research for my dissertation into terrain
generation.

My research is mainly into terrain in computer games, i.e. the
techniques used, efficiency, etc. Although I am interested in
other areas.

If anyone can help me out with my research I would be very
grateful. If anyone has any information regarding terrain
generation techniques used in computer games (or other areas)
or if you can help me out with links to relevant web sites
which could be of help them this would be a brilliant help.

Thankyou for your time,

Chris


--
=================================================

chris@m-hopkin.freeserve.co.uk
www.m-hopkin.freeserve.co.uk

=================================================

Interesting stuff. Perhaps one could use a modified algorithm from the one that was featured on GDNet not too long ago, something about how to do water effects. I may have time this weekend to try something.

------------------

Lack

Lack
Christianity, Creation, metric, Dvorak, and BeOS for all!

This topic is closed to new replies.

Advertisement