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

24 lines
346 B
Text

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