32 lines
532 B
Text
32 lines
532 B
Text
// 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
|
|
}
|