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

33 lines
532 B
Text
Raw Normal View History

// Vera Visions Material
{
vmap_lightmapMergable
qer_editorImage "textures/measure/wall128.tga"
polygonOffset 1
if $programs
{
program terrain
map "textures/measure/wall128.tga"
map "textures/measure/wall128b.tga"
map $whiteimage
map $whiteimage
}
else
{
map "textures/measure/wall128.tga"
rgbGen identity
}
{
map "textures/measure/wall128b.tga"
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
alphaGen vertex
}
{
map $lightmap
rgbGen identity
blendFunc filter
depthFunc equal
}
endif
}