// // Jedi Knight: Dark Forces II // A mod for Jedi Academy // // Item shaders // // Shaders for shld (psd_sm) models/items/shld/metal { q3map_nolightmap { map models/items/shld/metal blendFunc GL_ONE GL_ZERO rgbGen lightingDiffuse } { map gfx/effects/chr_inv blendFunc GL_DST_COLOR GL_SRC_COLOR tcGen environment } } models/items/shld/front { q3map_nolightmap { map models/items/shld/front blendFunc GL_ONE GL_ZERO rgbGen lightingDiffuse } { map gfx/effects/chr_inv blendFunc GL_DST_COLOR GL_SRC_COLOR tcGen environment } } models/items/shld/display { { map models/items/shld/glo blendFunc GL_ONE GL_ZERO glow detail rgbGen identity } } models/items/shld/red { { map models/items/shld/glow blendFunc GL_ONE GL_ONE glow detail rgbGen identity } }