2020-09-24 13:33:35 +00:00
|
|
|
// Vera Visions Material
|
|
|
|
{
|
2021-04-21 15:18:17 +00:00
|
|
|
surfaceparm alphashadow
|
|
|
|
surfaceparm trans
|
|
|
|
|
|
|
|
if $programs
|
2020-09-24 13:33:35 +00:00
|
|
|
program lightmapped_alphatest
|
2021-04-21 15:18:17 +00:00
|
|
|
diffusemap "textures/measure/ladder.tga"
|
|
|
|
else
|
|
|
|
{
|
|
|
|
map "textures/measure/ladder.tga"
|
|
|
|
alphaFunc GE128
|
|
|
|
depthWrite
|
|
|
|
rgbGen identity
|
|
|
|
}
|
|
|
|
{
|
|
|
|
map $lightmap
|
|
|
|
rgbGen identity
|
|
|
|
blendFunc filter
|
|
|
|
depthFunc equal
|
|
|
|
}
|
|
|
|
endif
|
2020-09-24 13:33:35 +00:00
|
|
|
}
|