Difference between revisions of "AdditiveTransparency"
(added additive transparency page) |
EricChadwick (Talk | contribs) (Moving content out of the overly-large Glossary page and back into individual pages) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | Additive transparency is a way to calculate the color behind a transparent object, using the [[AdditiveColorModel|Additive Color Model]]. | |
− | + | ||
− | + | In general, wherever the object is more [[Opacity|opaque]], the brighter the background. If you use an alpha channel to change the transparency, the white areas get brighter, and the black areas have no effect on the background. This works well for flames, explosions, lens flares, etc., because it makes them look cleaner and hotter. | |
+ | |||
+ | If you use [[Material|material]] opacity, it makes the whole background behind the object the same brightness level: the more opaque the object, the brighter the background, and the lower the opacity, the less bright the background. This works well for things like water or prisms or holograms. | ||
+ | |||
+ | See also [[AverageTransparency|average transparency]], [[SubtractiveTransparency|subtractive transparency]]. | ||
− | |||
---- | ---- | ||
[[Category:Glossary]] | [[Category:Glossary]] |
Latest revision as of 18:37, 14 February 2015
Additive transparency is a way to calculate the color behind a transparent object, using the Additive Color Model.
In general, wherever the object is more opaque, the brighter the background. If you use an alpha channel to change the transparency, the white areas get brighter, and the black areas have no effect on the background. This works well for flames, explosions, lens flares, etc., because it makes them look cleaner and hotter.
If you use material opacity, it makes the whole background behind the object the same brightness level: the more opaque the object, the brighter the background, and the lower the opacity, the less bright the background. This works well for things like water or prisms or holograms.
See also average transparency, subtractive transparency.