Jump to content

Alpha mapping

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by JPBotelho (talk | contribs) at 22:01, 12 February 2018 (Rewrote most of the article to make it what i think is much more concise. I will add some images when i get the time.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Alpha mapping is a technique in 3D computer graphics involving the use of texture mapping to designate the amount of transparency/translucency of areas in a certain object.

Alpha mapping is used when the given object's transparency is not consistent: when the transparency amount is not the same for the entire object and/or when the object is not entirely transparent. If the object has the same level of transparency everywhere, one can either use a solid color alpha texture or an integer value.

Often the alpha map is encoded in the alpha channel of an RGBA texture used for coloring instead of being a standalone greyscale texture.

See also