]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - scripts/turrets.shader
CRLF fixes, .gitattributes file updated
[xonotic/xonotic-data.pk3dir.git] / scripts / turrets.shader
1 models/turrets/tesla_chrome
2 {
3
4         qer_editorimage models/turrets/chrome.tga
5
6         //dp_reflect 0 0.75 0.75 1 0.5  
7         {
8                 map models/turrets/chrome.tga   
9                 rgbGen vertex
10                 tcGen environment 
11                 tcMod scale 2 2
12                 
13         }
14 }
15
16 models/turrets/phaser_beam
17 {
18         surfaceparm trans
19         cull none
20         nopicmip
21
22         qer_editorimage models/turrets/phaser_beam
23         {               
24                 map models/turrets/phaser_beam
25                 blendFunc add
26         }
27
28 }
29
30 models/turrets/reactor_beams
31 {
32         surfaceparm trans
33         cull none
34
35         qer_editorimage models/turrets/reactor
36         {               
37                 map models/turrets/reactor
38                 blendFunc add
39         }
40 }
41
42 models/turrets/r_fx1
43 {
44         surfaceparm nomarks
45         surfaceparm trans
46         surfaceparm pointlight
47         surfaceparm nolightmap  
48         nopicmip
49         qer_editorimage models/turrets/r_fx1_1
50
51         {
52                 animmap 10 models/turrets/r_fx1_3 models/turrets/r_fx1_4 models/turrets/r_fx1_5 models/turrets/r_fx1_4 models/turrets/r_fx1_3 models/turrets/r_fx1_2  models/turrets/r_fx1_1 models/turrets/r_fx1_2 
53         }
54
55 }
56
57