* passing of extra damageDecl values from radiusDamage() calls * add fun cg_modelSpin/Bob cvars * NSActor::MaxAmmo(int) added * NSItem::ItemPickUpCheck(entity) added * base/ cleanup
23 lines
329 B
Text
23 lines
329 B
Text
// Vera Visions Material
|
|
{
|
|
surfaceparm alphashadow
|
|
surfaceparm trans
|
|
|
|
if $programs
|
|
program defaultwall
|
|
diffusemap "textures/measure/ladder.tga"
|
|
else
|
|
{
|
|
map "textures/measure/ladder.tga"
|
|
alphaFunc GE128
|
|
depthWrite
|
|
rgbGen identity
|
|
}
|
|
{
|
|
map $lightmap
|
|
rgbGen identity
|
|
blendFunc filter
|
|
depthFunc equal
|
|
}
|
|
endif
|
|
}
|