nuclide/base/test_maps.pk3dir/textures/measure/healthcharge.mat

18 lines
257 B
Text
Raw Normal View History

2024-06-22 07:24:13 +00:00
// Vera Visions Material
{
if $programs
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
}