$alpha: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 7: Line 7:
== See also ==
== See also ==


*<code>[[$translucent]]</code>
*<code>[[$translucent]]</code>, for per-pixel opacity.




[[Category:List of Shader Parameters|A]]
[[Category:List of Shader Parameters|A]]
[[Category:VMT Transparency]]
[[Category:VMT Transparency]]

Revision as of 04:16, 13 July 2008

Scales the opacity of an entire material by the given value. 1 is entirely opaque, 0 is invisible.

Syntax

$alpha <normal>

See also