$brightness: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(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...")
 
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>
<nowiki>
"UnlitGeneric"
"UnlitGeneric"
{
{
Line 11: Line 10:
"$vertexcolor" 1
"$vertexcolor" 1
}
}
</nowiki>
</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
}