]> Shamusworld >> Repos - jk1/blob - shaders/items_jk1.shader
Move stuff into trunk in prepartion for GIT import.
[jk1] / shaders / items_jk1.shader
1 //
2 // Jedi Knight: Dark Forces II
3 // A mod for Jedi Academy
4 //
5 // Item shaders
6 //
7
8 // Shaders for shld (psd_sm)
9
10 models/items/shld/metal
11 {
12         q3map_nolightmap
13     {
14         map models/items/shld/metal
15         blendFunc GL_ONE GL_ZERO
16         rgbGen lightingDiffuse
17     }
18     {
19         map gfx/effects/chr_inv
20         blendFunc GL_DST_COLOR GL_SRC_COLOR
21         tcGen environment
22     }
23 }
24
25 models/items/shld/front
26 {
27         q3map_nolightmap
28     {
29         map models/items/shld/front
30         blendFunc GL_ONE GL_ZERO
31         rgbGen lightingDiffuse
32     }
33     {
34         map gfx/effects/chr_inv
35         blendFunc GL_DST_COLOR GL_SRC_COLOR
36         tcGen environment
37     }
38 }
39
40 models/items/shld/display
41 {
42     {
43         map models/items/shld/glo
44         blendFunc GL_ONE GL_ZERO
45         glow
46         detail
47         rgbGen identity
48     }
49 }
50
51 models/items/shld/red
52 {
53     {
54         map models/items/shld/glow
55         blendFunc GL_ONE GL_ONE
56         glow
57         detail
58         rgbGen identity
59     }
60 }