Difference between revisions of "AdditiveBlending"
From polycount
Cheeseplus (Talk | contribs) m (3 revisions) |
m |
||
Line 2: | Line 2: | ||
= Additive Blending = | = Additive Blending = | ||
− | A [[TextureBlending|texture blending]] method that uses the [[AdditiveColorModel|Additive Color Model]]. The [[Pixels|pixels]] of a [[BaseMap|base map]] and a [[ | + | A [[TextureBlending|texture blending]] method that uses the [[AdditiveColorModel|Additive Color Model]]. The [[Pixels|pixels]] of a [[BaseMap|base map]] and a [[Light map|light map]] are blended together to make a brighter texture. |
See also [[AdditiveColorModel|additive color model]], [[AdditiveTransparency|additive transparency]], [[AverageBlending|average blending]], [[InvertBlending|invert blending]], [[SubtractiveBlending|subtractive blending]]. | See also [[AdditiveColorModel|additive color model]], [[AdditiveTransparency|additive transparency]], [[AverageBlending|average blending]], [[InvertBlending|invert blending]], [[SubtractiveBlending|subtractive blending]]. | ||
---- | ---- | ||
[[Category:Glossary]] | [[Category:Glossary]] |
Revision as of 12:15, 14 August 2014
Additive Blending
A texture blending method that uses the Additive Color Model. The pixels of a base map and a light map are blended together to make a brighter texture.
See also additive color model, additive transparency, average blending, invert blending, subtractive blending.