mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 23:21:35 +00:00
24 lines
522 B
Text
24 lines
522 B
Text
//******************
|
|
// Material file for door shaders
|
|
//******************
|
|
|
|
textures/base_door/light_panel1
|
|
{
|
|
qer_editorimage textures/base_door/stedoorframe2.tga
|
|
bumpmap textures/base_door/stedoorframe2_local.tga
|
|
diffusemap textures/base_door/stedoorframe2_d.tga
|
|
specularmap textures/base_door/stedoorframe2_s.tga
|
|
{
|
|
if ( parm7 == 0 )
|
|
blend add
|
|
map textures/base_door/stedoorframered_add.tga
|
|
rgb 5
|
|
}
|
|
{
|
|
if ( parm7 == 1 )
|
|
blend add
|
|
map textures/base_door/stedoorframegrn_add.tga
|
|
rgb 5
|
|
}
|
|
}
|
|
|