Platform: Add clipplayermetal and clipplayerwood.

This commit is contained in:
Marco Cawthorne 2022-04-09 14:36:45 -07:00
parent 350fc0d359
commit 7f440a2885
Signed by: eukara
GPG key ID: C196CD8BA993248A
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,11 @@
// Vera Visions Material
{
qer_editorImage "textures/common/clipmetal.tga"
qer_trans 0.50
surfaceParm nodraw
surfaceParm trans
surfaceParm playerclip
surfaceParm nolightmap
surfaceParm metal
nomipmaps
}

View file

@ -0,0 +1,11 @@
// Vera Visions Material
{
qer_editorImage "textures/common/clipwood.tga"
qer_trans 0.50
surfaceParm nodraw
surfaceParm trans
surfaceParm playerclip
surfaceParm nolightmap
surfaceParm wood
nomipmaps
}