Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/Flares.material @ 10593

Last change on this file since 10593 was 10593, checked in by fvultier, 9 years ago

Effects for the new Weapon (SpilitGun)

  • Property svn:eol-style set to native
File size: 2.8 KB
Line 
1material Flares/point_lensflare
2{
3        technique
4        {
5                pass
6                {
7                        lighting off
8                        depth_write off
9                        scene_blend add
10
11                        point_sprites on
12                        point_size 0.1
13                        point_size_attenuation on
14
15                        texture_unit
16                        {
17                                texture flare.png
18                        }
19                }
20        }
21}
22
23material Flares/lensflare
24{
25        technique
26        {
27                pass
28                {
29                        lighting off
30                        depth_write off
31                        scene_blend add
32                       
33
34                        texture_unit
35                        {
36                                texture flare.png
37                        }
38                }
39        }
40}
41
42material Flares/energyflare
43{
44        technique
45        {
46                pass
47                {
48                        lighting on
49                        depth_write off
50                        scene_blend add
51
52                        texture_unit
53                        {
54                                texture flare_energy.png
55                        }
56                }
57        }
58}
59
60material Flares/ringflare
61{
62        technique
63        {
64                pass
65                {
66                        lighting off
67                        depth_write off
68                        scene_blend add
69
70                        texture_unit
71                        {
72                                texture ring_flare.png
73                        }
74                }
75        }
76}
77
78material Flares/ringflare2
79{
80        technique
81        {
82                pass
83                {
84                        lighting off
85                        depth_write off
86                        scene_blend add
87
88                        texture_unit
89                        {
90                                texture ring_flare2.png
91                        }
92                }
93        }
94}
95
96material Flares/Flare
97{
98        technique
99        {
100                pass
101                {
102                        lighting off
103                        scene_blend add
104                        depth_write off
105
106                        texture_unit
107                        {
108                                texture flaretrail.png
109                        }
110                }
111        }
112}
113
114material Flares/backlightflare
115{
116        technique
117        {
118                pass
119                {
120                        lighting off
121                        scene_blend add
122                        depth_write off
123
124                        texture_unit
125                        {
126                                texture backlightflare.png
127                        }
128                }
129        }
130}
131
132material Flares/ThrusterFlare1
133{
134        technique
135        {
136                pass
137                {
138                        lighting off
139                        scene_blend add
140                        depth_write off
141
142                        texture_unit
143                        {
144                                texture bigflare1.png
145                        }
146                }
147        }
148}
149
150material Flares/LightningBall_1
151{
152        technique
153        {
154                pass
155                {
156                        lighting off
157                        scene_blend add
158                        depth_write off
159
160                        texture_unit
161                        {
162                                texture LightningBall_1.png
163                        }
164                }
165        }
166}
167
168material Flares/LightningBall_2
169{
170        technique
171        {
172                pass
173                {
174                        lighting off
175                        scene_blend add
176                        depth_write off
177
178                        texture_unit
179                        {
180                                texture LightningBall_2.png
181                        }
182                }
183        }
184}
185
186material Flares/LightningBall_3
187{
188        technique
189        {
190                pass
191                {
192                        lighting off
193                        scene_blend add
194                        depth_write off
195
196                        texture_unit
197                        {
198                                texture LightningBall_3.png
199                        }
200                }
201        }
202}
203
204material Flares/LightningBall_4
205{
206        technique
207        {
208                pass
209                {
210                        lighting off
211                        scene_blend add
212                        depth_write off
213
214                        texture_unit
215                        {
216                                texture LightningBall_4.png
217                        }
218                }
219        }
220}
221
222material Flares/LightningBall_5
223{
224        technique
225        {
226                pass
227                {
228                        lighting off
229                        scene_blend add
230                        depth_write off
231
232                        texture_unit
233                        {
234                                texture LightningBall_5.png
235                        }
236                }
237        }
238}
239
240material Flares/LightningBall_6
241{
242        technique
243        {
244                pass
245                {
246                        lighting off
247                        scene_blend add
248                        depth_write off
249
250                        texture_unit
251                        {
252                                texture LightningBall_6.png
253                        }
254                }
255        }
256}
257
258material Flares/LightningBall_7
259{
260        technique
261        {
262                pass
263                {
264                        lighting off
265                        scene_blend add
266                        depth_write off
267
268                        texture_unit
269                        {
270                                texture LightningBall_7.png
271                        }
272                }
273        }
274}
275
276material Flares/LightningBall_8
277{
278        technique
279        {
280                pass
281                {
282                        lighting off
283                        scene_blend add
284                        depth_write off
285
286                        texture_unit
287                        {
288                                texture LightningBall_8.png
289                        }
290                }
291        }
292}
Note: See TracBrowser for help on using the repository browser.