valve/scripts/drawportal.shader
2025-04-22 13:52:04 -07:00

15 lines
253 B
GLSL

//used on the front face of the portal entities.
warpzone
{
sort portal
surfaceparm nomarks
surfaceparm nodlight
}
//used on side+back faces, just to hide them.
nodraw
{
surfaceparm nomarks
surfaceparm nodlight
surfaceparm nodraw
}