nuclide/base/texturesrc/sfx/heatsteam.mat

27 lines
343 B
Text
Raw Permalink Normal View History

// Vera Visions Material
{
surfaceParm trans
surfaceParm nomarks
surfaceParm nolightmap
surfaceParm nonsolid
cull none
if $programs
{
program heat
map "sfx/steam.tga"
map "sfx/normwobble.tga"
map $refraction
blendFunc blend
}
else
{
clampmap "sfx/steam.tga"
rgbGen vertex
alphaGen vertex
blendFunc blend
}
endif
}