2020-12-12 11:43:46 +00:00
|
|
|
// Vera Visions Material
|
|
|
|
{
|
2021-04-21 15:18:17 +00:00
|
|
|
surfaceParm tile
|
2020-12-12 11:43:46 +00:00
|
|
|
|
2021-04-21 15:18:17 +00:00
|
|
|
if $programs
|
|
|
|
program lightmapped
|
|
|
|
diffusemap textures/measure/mat_tile.tga
|
|
|
|
else
|
|
|
|
{
|
|
|
|
map $lightmap
|
|
|
|
rgbGen identity
|
|
|
|
}
|
2020-12-12 11:43:46 +00:00
|
|
|
{
|
2021-04-21 15:18:17 +00:00
|
|
|
map textures/measure/mat_tile.tga
|
|
|
|
rgbGen identity
|
|
|
|
blendFunc GL_DST_COLOR GL_ZERO
|
2020-12-12 11:43:46 +00:00
|
|
|
}
|
2021-04-21 15:18:17 +00:00
|
|
|
endif
|
2020-12-12 11:43:46 +00:00
|
|
|
}
|