Opacity: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[category:Glossary]] | [[category:Glossary]] | ||
'''Opacity''' is how translucent something is. | |||
When something is fully opaque, you can't see through it. | When something is fully opaque, you can't see through it. | ||
Opacity is usually defined by a value from '''0''' to ''' | Opacity is usually defined by a value from '''0''' to '''255''', where '''0''' is invisible and '''255''' visible, '''opaque'''. A value of '''128''' would in that case be almost half visible, '''translucent'''. | ||
[ | In the Source and Goldsource engine, specific issues prevail when using translucent textures. The software(hardware?) utilized is sometimes bad at sorting what should be rendered first. Sometimes this is done incorrectly, and the hardware then render other things over the translucent texture. | ||
==See also== | |||
* [[Wikipedia:Opacity (optics)]] |
Revision as of 17:57, 9 February 2006
Opacity is how translucent something is.
When something is fully opaque, you can't see through it.
Opacity is usually defined by a value from 0 to 255, where 0 is invisible and 255 visible, opaque. A value of 128 would in that case be almost half visible, translucent.
In the Source and Goldsource engine, specific issues prevail when using translucent textures. The software(hardware?) utilized is sometimes bad at sorting what should be rendered first. Sometimes this is done incorrectly, and the hardware then render other things over the translucent texture.