Search Unity

Normal map generator? Optimise FilterForge?

Discussion in 'Formats & External Tools' started by Trond, Apr 27, 2013.

  1. Trond

    Trond

    Joined:
    Apr 14, 2013
    Posts:
    4
    Hello, this is the "general discussion" forum right? If not, sorry for posting at the wrong place.

    I am looking for a nice way to create normal maps. I have fallen in love with FilterForge, but it is really terrible at normal maps. I have tried my best at editing "filters" to create better normal maps, but i simply cant get it right. So, do any1 know a better way of doing this?

    What im trying to do is make "ores" stick out of walls etc. I am making a minecraft inspired game, in other words, a world made out of blocks. The blocks themself will be "flat", parralax specular shader, and i suppose i can do that with the ore too, but i want the ore to "physically" stick out, with the help of tessellation. But as i said, the normal maps FilterForge created are terrible, and the tessellation created from thoose are pointy and edgy.. really ugly and terrible basicly.

    Got any ideas? Please tell me :)
     
  2. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    use a greyscale heightmap image, and have unity convert it to normal map via the advanced tab for your texture. This helps for people with little or no real intention of generating proper normal maps from a high resolution 3D source.
     
  3. Trond

    Trond

    Joined:
    Apr 14, 2013
    Posts:
    4
    "greyscale heightmap image", this is the same as bumpmap, right?

    I did what you said, generated a bump map in FilterForge, imported it to unity and converted it into a normal map there.. worked PERFECTLY! Thank you! :D
     
  4. nipoco

    nipoco

    Joined:
    Sep 1, 2011
    Posts:
    2,008
    You could also use Crazybump for normal map generation. It's free.
     
  5. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    Glad to help :)
     
  6. makeshiftwings

    makeshiftwings

    Joined:
    May 28, 2011
    Posts:
    3,350
    FYI - It's not actually free; the demo is free but you're not legally allowed to use it for a game unless you buy a license. CrazyBump is pretty cool though.

    You can also use Bitmap2Material (on the Unity Asset store) to make normal maps and other maps from regular texture bitmaps, though it's a bit pricey.
     
  7. nipoco

    nipoco

    Joined:
    Sep 1, 2011
    Posts:
    2,008
    Oh darn. You're right.
    I have the Mac public beta which comes without any restrictions, like a trial. So I assumed it is free. Better I have a closer look next time.
     
  8. zombiegorilla

    zombiegorilla

    Moderator

    Joined:
    May 8, 2012
    Posts:
    9,051
    I think that it is abandonware at this point. The Mac public beta was released over 2 years ago and pretty much all information on their site is offline. I use it on occasion for quick textures and such. I would most likely buy it if they ever decide to release.
     
  9. Blaze_K

    Blaze_K

    Joined:
    Feb 20, 2013
    Posts:
    124
    nDO version 1 was also free, though i'm not sure if it still can be found anywhere online or if it's 100% legal to use it.
     
  10. nipoco

    nipoco

    Joined:
    Sep 1, 2011
    Posts:
    2,008
    I believe that too.

    But it still does a good job for quick normal map generation, like you said.
     
  11. caldrin

    caldrin

    Joined:
    Dec 4, 2011
    Posts:
    127
  12. create3dgames

    create3dgames

    Joined:
    Aug 20, 2012
    Posts:
    275