Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: WIP - I'll finish it this time, seriously.

  1. #11

    Default

    Looks like a video game world like in that old movie, Tron! I like it.

  2. #12

    Default

    Quote Originally Posted by jaspertjie View Post
    I'm always so curious what you people use to make these maps...
    I helped TMG out with the mountains, so I can talk a bit about that.

    Basically, I wrote a program that reads image data as a height field, samples the pixels at a specified x- and y-frequency to make the vertices of a wireframe mesh, and outputs a 3D projection of the mesh as viewed from a given camera elevation. It can also fake the 3D effect by just perturbing vertices in the y-direction by an amount proportional to the value of the height field -- this way you don't get any vertical squashing of the image, so you can composite it with the original height field to simulate shading.

    Attached are an example height field, a fake 3D projection with shading, and a real 3D projection.

    For the mountains on TMG's map, he created a height field in the shape of the mountain ranges he wanted, and I did the fake projection and shading (as in Image 2 below), but only drew the horizontal lines.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	hf.png 
Views:	194 
Size:	45.5 KB 
ID:	22203   Click image for larger version. 

Name:	hf_grid.png 
Views:	96 
Size:	61.4 KB 
ID:	22204   Click image for larger version. 

Name:	hf_mountains.png 
Views:	67 
Size:	7.2 KB 
ID:	22205  
    Last edited by isomage; 02-18-2010 at 01:22 AM.
    My random map generators and GIMP scripts: http://axiscity.hexamon.net/users/isomage/

  3. #13
    Administrator Facebook Connected Diamond's Avatar
    Join Date
    Jul 2009
    Location
    Stafford, VA, USA
    Posts
    7,472

    Default

    I really like the look of this so far; any more updates?

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •