Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: 3D mapping

  1. #1
    Guild Novice Facebook Connected
    Join Date
    Apr 2012
    Posts
    9

    Default 3D mapping

    What type of program do you all use to create 3D maps? Do you have to purchase them or are there free programs around the web?

  2. #2
    Guild Novice
    Join Date
    May 2012
    Location
    Seattle
    Posts
    23

    Default

    If it's a for desktop game I use the terrain editor from the game engine Unity3d. You take a screenshot from Google earth, take it into photoshop, make a greyscale image and paint the terrain features, save it as a raw image, import into unity as a heightmap and paint on the textures with a brush. Easy to scale from there as well by changing the width/height. This is an example tutorial http://vimeo.com/album/150503

    If it's for a device with limited processing power I make low poly tileable meshes in blender or 3ds max, then slide them around to make the map I want.

    This was my first map I made with Unity, it's just Ultima Online's map I took into photoshop, filled all the colors to solid greyscale (black for water, white for mountains, grey for middle terrain), imported it into the engine and painted on the textures, etc http://www.youtube.com/watch?v=Sy_ycpbEPVY

    This is my first heightmap from Ultima Online's map:
    greyscale image I made in photoshop, white is the highest point, black is the lowest point.
    Click image for larger version. 

Name:	reel_8.jpg 
Views:	641 
Size:	30.0 KB 
ID:	44693

    And in the engine with a few textures, trees and buildings it becomes:
    Click image for larger version. 

Name:	reel_9.jpg 
Views:	538 
Size:	40.5 KB 
ID:	44694
    Last edited by lmbarns; 05-10-2012 at 11:25 AM.

  3. #3

    Default

    pov-ray is an old script based 3d modeler, which imo (not a universal opinion) cuts down on the amount of time spent learning how to use it. imo being able to specify objects numerically is a plus.

    amateur pov-ray scene using imported height field


    if you'e not entirely opposed to the idea, i would encourage you and everyone to learn how to program. the basics of c/c++ are very very simple, the only difficult part is securing the references for how to specify things with sdks. the advantage is of course that once you have some knowledge, it will always be applicable and make it easier to do anything instead of having to continually search and learn a new interface for every program someone else makes. it's one of those threshold things.. it's much easier to learn today than it was a decade ago, and will continue to become easier as more people post about it.

  4. #4
    Administrator waldronate's Avatar
    Join Date
    Mar 2007
    Location
    The High Desert
    Posts
    3,549

    Default

    And, of course, Wilbur ( http://www.fracterra.com/~jslayton/software.html ) has a 3D view as described in http://www.fracterra.com/FunWithWilburVol1/index.html plus some examples here on this site.
    Last edited by waldronate; 09-18-2017 at 09:15 PM.

  5. #5
    Guild Novice
    Join Date
    Mar 2011
    Location
    Canada
    Posts
    16

    Default

    All that matters Nonpareil1710 is that the program you use does exactly what you want it to do and will need it to do now and in the near future. You can use many different 3d modeling programs, so you can also use it to create many 3d models in general, of course that is if you will create anything besides just terrain in the near future which people do. You can use a program speifically for terrain it may come with certain tool, which these tools are just shortcuts that allow you work faster. Just because it has tools speific toward terrain editing doesn't necessarily mean it better. Since in the end it all comes down to what I said it depends on what you will need

    So think about what you will want to do with it, also what you will need to use for it now. Then go and find the application that offers you exactly what you want.

  6. #6
    Guild Novice
    Join Date
    Nov 2012
    Location
    Columbus, Ohio
    Posts
    7

    Default

    Imbarns,
    I checked out your youtube but could not make out which app you where using during the demonstration. I hope you can shed some light on this for me as I am just now learning the what fors of 3d modelling etc.
    Thanks,
    Bill

  7. #7
    Guild Member ManOfSteel's Avatar
    Join Date
    Mar 2012
    Location
    San Francisco, CA
    Posts
    86

    Default

    I'm not sure how realistic you want to get, but you can use Bryce 7, which, for now, is free at DAZ3D. You'd first need to make a black and white height map using an image editor like Photoshop or GIMP. Then you'd apply that to what's called a "landscape" and Bryce will duplicate the height map in 3D. Then you can apply colors and adjust the height and detail. You can see examples in my Planet Eben thread in the Finished Maps forum.

  8. #8

    Default

    3D map give the original view. In 3d map it show the view from 3 axis x,y,z.
    "Our greatest glory is not in never falling, but in rising every time we fall."-Confucius
    Old map and Historic map

  9. #9
    Guild Adept monks's Avatar
    Join Date
    Dec 2007
    Location
    Manchester, UK
    Posts
    291

    Default

    In no particular order:

    World Machine
    Wilbur
    Leveller (Daylon Graphics)
    L3DT
    GeoControl
    Fractal Terrains
    Instant Islands
    Bryce
    Terragen
    Mojoworld
    Vue
    VTP
    Grome
    ...I'm sure there's more...
    in fact you can also include 2D image editors such as Photoshop, GIMP, etc.

    free progs:
    Wilbur
    Instant Islands
    GIMP
    VTP

    I'd recommend Wilbur: free and does loads. 3D view is not that great in my experience but it's always been one of my go-to apps.

    Hope this helps!

    monks

  10. #10
    Guild Adept Troedel's Avatar
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    426

    Default

    Right now I'm the happy owner of vue and photoshop, all my modelling atempts are done in Blender which is a very powerful 3d suit you can achieve almost everything with. Expect steep learning curve. Im just modelling and texturing. In fact you don't need anything else for 3d maps. A 2d programm like Gimp or PS for post work would be good.
    Terrain generation is done with world machine 2, a procedural approach guideable by defining areas.
    There are free versions of WM2 Vue, Blender is free. So give it a swirl and get your feet wet. Looking forward to a new 3d approach

Page 1 of 2 12 LastLast

Posting Permissions

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