Alpha mapping

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Alpha mapping or transparency 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.[1][2]

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.[1] If the object has the same level of transparency everywhere, one can either use a solid-color alpha texture or an integer value.[citation needed]

The alpha map is often encoded in the alpha channel of an RGBA texture used for coloring, but can also exist as a standalone greyscale or coloured texture.[1][2] An alpha map is often used in conjunction with a textured flat surface as part of billboarding.[1]

See also

[edit | edit source]

References

[edit | edit source]
  1. ^ a b c d Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).