source:
data/Media/materials/scripts/Console.material
@
5055
Last change on this file since 5055 was 5055, checked in by rgrieder, 17 years ago | |
---|---|
File size: 564 bytes |
Rev | Line | |
---|---|---|
[5042] | 1 | material ConsoleBorder |
2 | { | |
3 | technique | |
4 | { | |
5 | pass | |
6 | { | |
7 | lighting off | |
8 | scene_blend alpha_blend | |
9 | depth_check off | |
10 | ||
11 | texture_unit | |
12 | { | |
[5055] | 13 | texture console2.tga |
[5042] | 14 | } |
15 | } | |
16 | } | |
17 | } | |
18 | ||
19 | material ConsoleCenter | |
20 | { | |
21 | technique | |
22 | { | |
23 | pass | |
24 | { | |
25 | lighting off | |
26 | scene_blend alpha_blend | |
27 | depth_check off | |
28 | ||
29 | texture_unit | |
30 | { | |
[5055] | 31 | texture console3.tga |
[5042] | 32 | } |
33 | } | |
34 | } | |
35 | } | |
36 | ||
37 | material ConsoleNoise | |
38 | { | |
39 | technique | |
40 | { | |
41 | pass | |
42 | { | |
43 | lighting off | |
44 | scene_blend alpha_blend | |
45 | depth_check off | |
46 | ||
47 | texture_unit | |
48 | { | |
[5055] | 49 | texture console4.tga |
[5042] | 50 | } |
51 | } | |
52 | } | |
53 | } |
Note: See TracBrowser
for help on using the repository browser.