2024-06-22 07:24:13 +00:00
|
|
|
// Vera Visions Material
|
|
|
|
{
|
|
|
|
if $programs
|
2024-09-20 16:38:02 +00:00
|
|
|
program defaultwall
|
2024-06-22 07:24:13 +00:00
|
|
|
diffusemap textures/measure/healthcharge.tga
|
|
|
|
else
|
|
|
|
{
|
|
|
|
map $lightmap
|
|
|
|
rgbGen identity
|
|
|
|
}
|
|
|
|
{
|
|
|
|
map textures/measure/healthcharge.tga
|
|
|
|
rgbGen identity
|
|
|
|
blendFunc GL_DST_COLOR GL_ZERO
|
|
|
|
}
|
|
|
|
endif
|
|
|
|
}
|