I’ve been slowly adding info here, bit by bit, as a way to collate info as I (and others) post answers to normal map queries on various forums. I just added a link to Ben Cloward’s resource page, which I had forgotten about until seeing it again in the TAO wiki.
I’m fishing for feedback, one of the goals for spending the time writing things down is to learn more about them. I probably have some things wrong.
I’m also interested in mirroring content to the TAO wiki. What’s the best place though? That page is more oriented towards non-tech artists, and those new to normal mapping. Whereas this site’s wiki caters more to the hardcore. :nod: So I guess it would evolve here into more of the implementation end?
Rob currently has an entry on the shader page for normal maps - but I think it really needs its own section - and all of your information is totally relevant for it. Nothing to worry about things being to “basic.” A lot of times something that one person would consider basic is totally brand new to someone else. I find myself learning new things from basic tutorials a lot. It’s like filling in the cracks of what I know and understand.
Rob, let’s set up a normal map section on the wiki!
[QUOTE=bcloward;165]Rob, let’s set up a normal map section on the wiki![/QUOTE]
You are free to I will keep an eye on the Normal Map page, if it begins to grow out of hand or get disorganized then it can definitely be split into its own Portal and/or Category. But I’d image TA’s have a more nuanced view of [w]Normal Map[/w]s (btw you can just put a [ w ] tag around the name of a page on the Wiki and it will link directly there, no need for a URL/full link) that would probably put more content on other pages, so the normal mapping page itself would be smaller. We’ll see what happens, though, or anyone is free to set it up if they have a clearer idea where it should go or what they’d like to put on it.
Wiki links are case-sensitive, so I added auto-redirects for normal map and Normal mapping. Though in the wiki, you can also simply add a suffix like -ing -s -ed after the end bracket, and it will treat the whole word as a link.
I have a question for you guys regarding getting the best use out of a normal map. Is it better to use a normal map based on the unwrap with the texture you paint. Or taking the normal map from a higher poly version of your mesh? Or is there a way to use both?
A normal-map sampled from a high-poly surface will nearly always be better than one sampled from a texture, since you’re actually grabbing “proper” normals from an accurate, highly detailed surface. That means your normal map’s pixels will basically be recreating the surface angles of your high-poly mesh, resulting in a very believable look.
If you just generate a normal-map from a texture by itself, it can look very flat, and in some cases it can be completely wrong unless you’re very careful about your value range (black is low, white is high - you should always be converting a heightmap to a normalmap unless you’re using Crazybump on a photo). I’ve seen some people try to just use the NVidia filter or Crazybump on the diffuse texture that they’ve painted, which is just plain wrong.
I think the best results are obtained by baking the large and mid-level details from a high-poly mesh, and then combined with photosourced “fine detail” normals for surface details such as fabric weave, scratches and grain.
Sampling form a high poly surface is going to give better quality, but is going to take time if you don’t already have that hi-def asset to bake a normal map from. For character or significant environment assets then that is the best route, but for less significant environment surfaces then working form a heightmap based texture will provide a good enough result for a much less commitment in time.
Yep, that’d probably be the fastest way to do it. If you’re well-versed in ZBrush, you could probably whip something up that looks even better in not much longer (with a nice set of alphas and brushes).
I know a lot of the UT3 textures were actually made using ZBrush models for the normalmaps and ambient occlusion. Check out Kevin’s thread on Polycount to see some of that stuff.
I finished mirroring all the sections from the polycount.net wiki page onto the TAO [W]Normal Map[/W] page. I don’t “own” either page, so please feel free to add your info if you have something. Pictures would be really helpful too.