$brightness: Difference between revisions
Jump to navigation
Jump to search
NvC DmN CH (talk | contribs) (Created page with "I dont know what this is but i saw it in the VMT for sparks <nowiki> "UnlitGeneric" { // Original shader: AddTexture "$basetexture" "effects/spark" "$brightness" "effects...") |
NvC DmN CH (talk | contribs) m (minor edit) |
||
| Line 1: | Line 1: | ||
I dont know what this is but i saw it in the VMT for sparks | I dont know what this is but i saw it in the VMT for sparks | ||
<syntaxhighlight lang=php highlight=5> | |||
< | |||
"UnlitGeneric" | "UnlitGeneric" | ||
{ | { | ||
| Line 11: | Line 10: | ||
"$vertexcolor" 1 | "$vertexcolor" 1 | ||
} | } | ||
</ | </syntaxhighlight> | ||
Revision as of 21:49, 5 February 2022
I dont know what this is but i saw it in the VMT for sparks
"UnlitGeneric"
{
// Original shader: AddTexture
"$basetexture" "effects/spark"
"$brightness" "effects/spark_brightness"
"$additive" 1
"$vertexcolor" 1
}