project-navigation
Personal tools

Author Topic: About the normal maps  (Read 3342 times)

Offline jesusmora

  • Cannon Fodder
  • **
  • Posts: 1
    • View Profile
About the normal maps
« on: April 07, 2013, 02:42:28 am »
I have an idea about the normal maps. in the game, the normal maps have Red, Blue and Green for the ilumination, and the alpha for displacement, but it requires a png image of big size instead of a jpg.

I have noticed that in all the normal maps, the blue channel is always completely white.
all what is needed for the normal map calculation is a channel for horizontal light and one for vertical, and the blue is used for Z, but it can be done by code.
so what if we use the blue channel for displacement, intead of having it empty?
then, the images will be lighter.

sorry if my english is bad.

Offline Sandro

  • Squad Leader
  • ****
  • Posts: 240
  • Maintenance guy for UFO:AI 3D engine
    • View Profile
Re: About the normal maps
« Reply #1 on: April 07, 2013, 01:10:58 pm »
Two-channel normalmap is a known techique, but it cannot be used for all UFO:AI normalmaps, since they also use alpha channel as the parallax offset. Anyway, we are working on memory use optimization, so, maybe one day we will have 2-channel normalmaps too.