source:
data/trunk/materials/scripts/Banners.material
@
7317
Last change on this file since 7317 was 7100, checked in by decapitb, 14 years ago | |
---|---|
File size: 549 bytes |
Rev | Line | |
---|---|---|
[7026] | 1 | |
2 | material Banners/Pickups | |
3 | { | |
4 | technique | |
5 | { | |
6 | pass | |
7 | { | |
8 | lighting off | |
9 | scene_blend add | |
10 | depth_write off | |
11 | ||
12 | texture_unit | |
13 | { | |
14 | texture Pickups.png | |
15 | } | |
16 | } | |
17 | } | |
18 | } | |
19 | material Banners/Drone | |
20 | { | |
21 | technique | |
22 | { | |
23 | pass | |
24 | { | |
25 | lighting off | |
26 | scene_blend add | |
27 | depth_write off | |
28 | ||
29 | texture_unit | |
30 | { | |
31 | texture Drone.png | |
32 | } | |
33 | } | |
34 | } | |
35 | } | |
[7100] | 36 | material Banners/Formation |
37 | { | |
38 | technique | |
39 | { | |
40 | pass | |
41 | { | |
42 | lighting off | |
43 | scene_blend add | |
44 | depth_write off | |
45 | ||
46 | texture_unit | |
47 | { | |
48 | texture Formation.png | |
49 | } | |
50 | } | |
51 | } | |
52 | } |
Note: See TracBrowser
for help on using the repository browser.