2023-09-13 07:29:31 +00:00
|
|
|
// Vera Visions Material
|
|
|
|
{
|
|
|
|
surfaceParm trans
|
|
|
|
surfaceParm nomarks
|
|
|
|
surfaceParm nolightmap
|
|
|
|
surfaceParm nonsolid
|
|
|
|
cull none
|
|
|
|
|
|
|
|
if $programs
|
|
|
|
{
|
|
|
|
program heat
|
2024-12-05 03:04:56 +00:00
|
|
|
map "sfx/steam.tga"
|
|
|
|
map "sfx/normwobble.tga"
|
2023-09-13 07:29:31 +00:00
|
|
|
map $refraction
|
|
|
|
blendFunc blend
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2024-12-05 03:04:56 +00:00
|
|
|
clampmap "sfx/steam.tga"
|
2023-09-13 07:29:31 +00:00
|
|
|
rgbGen vertex
|
|
|
|
alphaGen vertex
|
|
|
|
blendFunc blend
|
|
|
|
}
|
|
|
|
endif
|
|
|
|
}
|
|
|
|
|