Author Topic: Free Terrain Generator/Maker  (Read 3177 times)

DarkCore

  • Traveller
  • *
  • Posts: 11
    • View Profile
    • Cendor
Free Terrain Generator/Maker
« on: June 27, 2006, 04:00:25 am »
Hello,

Does anyone know a free Terrain Generator/Editor that can export to any of the file types Blender supports?
---------------------------
cendor.co.nr A new world...Endless Opportunites

LigH

  • Forum Legend
  • *
  • Posts: 7096
    • View Profile
Re: Free Terrain Generator/Maker
« Reply #1 on: June 27, 2006, 08:15:40 am »
One available terrain generator is "Terragen", which is able to build up heightfields (like for ojaroad01) and export them as raw files, which can be converted to greyscale images easily with most image editors, or to several other 3D mesh formats (like LightWave Object).

I don't know which formats Blender can read or import...

The unregistered version is somewhat limited, but still quite useable.

Gag Harmond
Knight and Ambassador
The Royal House of Purrty

Wired_Crawler

  • Hydlaa Citizen
  • *
  • Posts: 429
    • View Profile
Re: Free Terrain Generator/Maker
« Reply #2 on: June 27, 2006, 08:51:31 am »
Here are two good landscape tools for Blender: A.N.T. Landscape creator, A.N.T. Image_Relief. You will find other useful Python scripts and informations on Blender Artists Forums (former Elysiun), for example "Teragen2 Blender", just do a search for "landscape".

P.S. Is it a good topic for "Development deliberation" ?
"Close the world, txEn eht nepO."

swordsman

  • Traveller
  • *
  • Posts: 14
    • View Profile
Re: Free Terrain Generator/Maker
« Reply #3 on: July 04, 2006, 02:34:38 am »
(Not sure if this is on topic or not...)

I've been fiddling with blender recently, and I discovered that in the current version, you can make your own fractal height maps.  Here is how it is done:

1. Create a grid, with a lot fewer divisions than the final map will need.
2. Optional: Add mountains, etc. with the proportional edit tool.
3. Use fractal subdivision to fractal it up and double the number of grid squares.
4. Repeat steps 2 and 3 as much as needed, probably 2 or 3 times.

Further tips:

A. You can build nice canyons, river valleys, etc, and touch them up at each step along the way.
B. If you are happy with some parts of the grid, you can deselect those edges, to reduce the polygon count.
C. This is also a neat way to make rocks (start with a sphere), crumpled up paper, etc.

Fractal subdivide is SPACE-Edit-Edges-Subdivide Fractal; the number is the magnitude - I would start with 30-50.

Wikibooks has a great blender tutorial (half done of course, but the first half is great...)

Sw.

LigH

  • Forum Legend
  • *
  • Posts: 7096
    • View Profile
Re: Free Terrain Generator/Maker
« Reply #4 on: July 04, 2006, 07:28:02 am »
CrystalSpace already provides a heightfield renderer with Level-of-Detail - including interpolation to a grid level finer than the provided heightfield map. This way it is probably both easier and more flexible than pre-calculating a whole mesh (which might not support LoD reduction).

Gag Harmond
Knight and Ambassador
The Royal House of Purrty