nuclide/base/test_maps.pk3dir/textures/next/rusty1_to_rusty5.mat

31 lines
485 B
Text

// Vera Visions Material
{
qer_editorImage "textures/next/rusty1.tga"
polygonOffset 1
if $programs
{
program terrain
map "textures/next/rusty5.tga"
map "textures/next/rusty7.tga"
map $normalmap
map $normalmap
}
else
{
map "textures/next/rusty5.tga"
rgbGen identity
}
{
map "textures/next/rusty7.tga"
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
alphaGen vertex
}
{
map $lightmap
rgbGen identity
blendFunc filter
depthFunc equal
}
endif
}