EasyGen/misc/templates/wolfet_blend.shader

19 lines
345 B
Plaintext
Raw Normal View History

2014-01-13 22:49:01 +00:00
textures/%METASHADER_NAME%_%I%to%J%
{
q3map_baseshader textures/%METASHADER_NAME%_base
2014-01-13 23:07:01 +00:00
qer_editorimage %TEXTURE_I_MAP%
surfaceparm landmine
surfaceparm grasssteps
2014-01-13 22:49:01 +00:00
{
map %TEXTURE_I_MAP%
}
{
map %TEXTURE_J_MAP%
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
alphaGen vertex
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
}
}