Difference between revisions of "Transparency"
From polycount
(all images added) |
(wip warning) |
||
Line 2: | Line 2: | ||
<!-- ## page was renamed from transparency --> | <!-- ## page was renamed from transparency --> | ||
<!-- ## page ported over from http://www.ericchadwick.com/portfolio/glossary/examples/transparency.html. --> | <!-- ## page ported over from http://www.ericchadwick.com/portfolio/glossary/examples/transparency.html. --> | ||
+ | |||
+ | <pre><nowiki>#!wiki red/solid | ||
+ | Page is currently under construction. Some of this information is out of date. | ||
+ | </nowiki></pre> | ||
+ | |||
+ | |||
= Transparency = | = Transparency = | ||
Revision as of 13:36, 10 August 2010
#!wiki red/solid Page is currently under construction. Some of this information is out of date.
Transparency
Additive Transparency
File:Transparency$Transparency.gif File:Transparency$flames.gif
The flames on this burning bed are using additive transparency to keep the colors "hot."
See additive color model.
Alpha Transparency
Alpha Bit Depths
Subtractive Transparency
File:Transparency$subtractiveT.gif File:Transparency$xray hand.gif
The x-rays on this light-table use subtractive transparency to make things under them darker, the way real x-rays do. The subtractive method isn't used all that often, so if you need it you should ask your programmer(s) if they can add it as a specific feature of the engine.