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

24 lines
302 B
Text
Raw Normal View History

// Vera Visions Material
{
surfaceParm metal
if $programs
diffusemap "textures/next/rusty1.tga"
{
program lightmapped
map $diffuse
map $normalmap
}
else
{
map $lightmap
rgbGen identity
}
{
map "textures/next/rusty1.tga"
rgbGen identity
blendFunc GL_DST_COLOR GL_ZERO
}
endif
}