Inverting Normalmaps

From The DarkMod Wiki
Revision as of 11:48, 16 June 2007 by Springheel (talk | contribs) (New page: A normalmap is made up of several rgb images. image coming In this example, the normal map on the left won't produce the intended result in Doom 3 but the problem is corrected very easil...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

A normalmap is made up of several rgb images.

image coming

In this example, the normal map on the left won't produce the intended result in Doom 3 but the problem is corrected very easily by inverting the green channel as depicted by the normal map on the right.

As for each channel itself and what you should be looking for.

The red channel represents the horizontal displacement. It should appear as if it's being illuminated from the right.

The green channel represents the vertical displacement. For Doom 3 engine based games, it should appear as if it's being illuminated from the bottom.

Depending on the application you used to render your normal map, you may need to invert this channel in an image editing application. And by judging your normal map, this appears to be the case.

The blue channel is, from the perspective of an artist, unimportant so you don't really need to concern yourself with it.

So in summary, increase the number of samples per pixel when rendering the normal map and invert the green channel in an image editing application.