Added glow materials

This commit is contained in:
unknown 2024-09-08 05:08:01 +02:00
parent 6c9a411b1e
commit 3cd6248acc
8 changed files with 36 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,8 @@
"BlurFilterX"
{
"$KERNEL" "1"
"$bloomamount" "1"
"$basetexture" "_rt_SmallFB0"
"$ignorez" 1
"%noToolTexture" 1
}

View file

@ -0,0 +1,7 @@
"BlurFilterY"
{
"$KERNEL" "1"
"$basetexture" "_rt_SmallFB1"
"$ignorez" 1
"%noToolTexture" 1
}

View file

@ -0,0 +1,7 @@
UnlitGeneric
{
"$basetexture" "white"
"$ignorez" "1"
"$model" "1"
"$linearwrite" "1"
}

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,14 @@
"screenspace_general"
{
"$PIXSHADER" "haloaddoutline_ps20"
"$ALPHA_BLEND_COLOR_OVERLAY" 1
"$basetexture" "_rt_fullframefb"
"$ignorez" 1
"$linearread_basetexture" 1
"$linearwrite" 1
"$texture1" "dev/glow_red"
"$texture2" "dev/glow_white"
"$texture3" "dev/glow_blue"
}