hl2_ep2_content/materials/shadertest/lightmappedtranslucenttextu...

34 lines
466 B
Plaintext

"LightmappedGeneric"
{
"$basetexture" "shadertest/LightmappedTranslucentTexture"
"$translucent" 1
// Fallback test
// "LightmappedGeneric_DX6"
// {
// "Proxies"
// {
// // Alpha is sinusoidal
// "Sine"
// {
// "resultVar" "$color[1]"
// "sineperiod" 4.00
// "sinemin" 0.5
// "sinemax" 1
// }
// }
// }
"Proxies"
{
// Alpha is sinusoidal
"Sine"
{
"resultVar" "$alpha"
"sineperiod" 4.00
"sinemin" 1
"sinemax" 1
}
}
}