source:
data/trunk/materials/Flares.material
@
10690
Last change on this file since 10690 was 10593, checked in by fvultier, 9 years ago | |
---|---|
|
|
File size: 2.8 KB |
Rev | Line | |
---|---|---|
[5313] | 1 | material 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 | { | |
[7369] | 17 | texture flare.png |
[5313] | 18 | } |
19 | } | |
20 | } | |
21 | } | |
22 | ||
23 | material Flares/lensflare | |
24 | { | |
25 | technique | |
26 | { | |
27 | pass | |
28 | { | |
29 | lighting off | |
30 | depth_write off | |
31 | scene_blend add | |
[10593] | 32 | |
[5313] | 33 | |
34 | texture_unit | |
35 | { | |
[7369] | 36 | texture flare.png |
[5313] | 37 | } |
38 | } | |
39 | } | |
40 | } | |
41 | ||
[10593] | 42 | material 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 | ||
[5313] | 60 | material 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 | { | |
[7369] | 72 | texture ring_flare.png |
[5313] | 73 | } |
74 | } | |
75 | } | |
76 | } | |
77 | ||
78 | material 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 | { | |
[7369] | 90 | texture ring_flare2.png |
[5313] | 91 | } |
92 | } | |
93 | } | |
94 | } | |
95 | ||
96 | material 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 | { | |
[7369] | 108 | texture flaretrail.png |
[5313] | 109 | } |
110 | } | |
111 | } | |
112 | } | |
113 | ||
114 | material 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 | { | |
[7369] | 126 | texture backlightflare.png |
[5313] | 127 | } |
128 | } | |
129 | } | |
130 | } | |
131 | ||
132 | material 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 | { | |
[7369] | 144 | texture bigflare1.png |
[5313] | 145 | } |
146 | } | |
147 | } | |
148 | } | |
[5502] | 149 | |
150 | material 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 | { | |
[7369] | 162 | texture LightningBall_1.png |
[5502] | 163 | } |
164 | } | |
165 | } | |
166 | } | |
167 | ||
168 | material 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 | { | |
[7369] | 180 | texture LightningBall_2.png |
[5502] | 181 | } |
182 | } | |
183 | } | |
184 | } | |
185 | ||
186 | material 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 | { | |
[7369] | 198 | texture LightningBall_3.png |
[5502] | 199 | } |
200 | } | |
201 | } | |
202 | } | |
203 | ||
204 | material 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 | { | |
[7369] | 216 | texture LightningBall_4.png |
[5502] | 217 | } |
218 | } | |
219 | } | |
220 | } | |
221 | ||
222 | material 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 | { | |
[7369] | 234 | texture LightningBall_5.png |
[5502] | 235 | } |
236 | } | |
237 | } | |
238 | } | |
239 | ||
240 | material 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 | { | |
[7369] | 252 | texture LightningBall_6.png |
[5502] | 253 | } |
254 | } | |
255 | } | |
256 | } | |
257 | ||
258 | material 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 | { | |
[7369] | 270 | texture LightningBall_7.png |
[5502] | 271 | } |
272 | } | |
273 | } | |
274 | } | |
275 | ||
276 | material 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 | { | |
[7369] | 288 | texture LightningBall_8.png |
[5502] | 289 | } |
290 | } | |
291 | } | |
292 | } |
Note: See TracBrowser
for help on using the repository browser.