source:
data/trunk/materials/Numbers.material
@
11691
Last change on this file since 11691 was 10183, checked in by maxima, 10 years ago | |
---|---|
File size: 643 bytes |
Rev | Line | |
---|---|---|
[10183] | 1 | material Numbers/One |
2 | { | |
3 | technique | |
4 | { | |
5 | pass | |
6 | { | |
7 | lighting off | |
8 | depth_write off | |
9 | scene_blend add | |
10 | ||
11 | texture_unit | |
12 | { | |
13 | texture one.png | |
14 | } | |
15 | } | |
16 | } | |
17 | } | |
18 | ||
19 | material Numbers/Two | |
20 | { | |
21 | technique | |
22 | { | |
23 | pass | |
24 | { | |
25 | lighting off | |
26 | depth_write off | |
27 | scene_blend add | |
28 | ||
29 | texture_unit | |
30 | { | |
31 | texture two.png | |
32 | } | |
33 | } | |
34 | } | |
35 | } | |
36 | ||
37 | material Numbers/Three | |
38 | { | |
39 | technique | |
40 | { | |
41 | pass | |
42 | { | |
43 | lighting off | |
44 | depth_write off | |
45 | scene_blend add | |
46 | ||
47 | texture_unit | |
48 | { | |
49 | texture three.png | |
50 | } | |
51 | } | |
52 | } | |
53 | } | |
54 | ||
55 | material Numbers/Four | |
56 | { | |
57 | technique | |
58 | { | |
59 | pass | |
60 | { | |
61 | lighting off | |
62 | depth_write off | |
63 | scene_blend add | |
64 | ||
65 | texture_unit | |
66 | { | |
67 | texture four.png | |
68 | } | |
69 | } | |
70 | } | |
71 | } | |
72 | ||
73 |
Note: See TracBrowser
for help on using the repository browser.