Random Terrain Tile

Blitz3D Forums/Blitz3D Beginners Area/Random Terrain Tile

AbbaRue(Posted 2004) [#1]
I have included a program in the code archeives that creates Random Terrain Tiles.
It is set at wire frame to show the form better.
Some of you newbees may find it is just what you need to create a random terrain.
It creates very nice characteristics for height.
After studying Perlin Noise programs for about 3 weeks I found nothing that
did what I was looking for so I designed my own.
The key I was looking for was speed and simplicity.
Here is the link:
http://www.blitzbasic.com/codearcs/codearcs.php?code=1031
Hope someone finds it usefull, and if you have any questions about using
it in your own program, post your questions here.
Enjoy.


eBusiness(Posted 2004) [#2]
Quite a different terrain generator from the one I used in Find the Orb.

Just wanted to show this way of doing a terrain, more timeconsuming, less flexibility, smoother terrains, but also quite monotonous.

http://www.blitzbasic.com/Community/posts.php?topic=33297


I hope that I don't hijack too much.