nuclide/platform/base_scripts.pk3dir/scripts/drawportal.shader
Marco Cawthorne 12bb472abc
add class NSPortal (initial work, plus custom pmove changes).
Work on NSProjectile expansion has begun.
Support for skill cvar referencing within entityDef values.
2023-05-27 11:58:34 -07:00

15 lines
No EOL
252 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
}