source:
data/pool/materials/planets.material
@
11526
Last change on this file since 11526 was 9315, checked in by dafrick, 12 years ago | |
---|---|
File size: 1.2 KB |
Rev | Line | |
---|---|---|
[8211] | 1 | material planets/blueplanet |
2 | { | |
3 | technique | |
4 | { | |
5 | pass | |
6 | { | |
7 | lighting off | |
8 | depth_write off | |
9 | scene_blend alpha_blend | |
10 | ||
11 | texture_unit | |
12 | { | |
13 | texture blueplanet.png | |
14 | } | |
15 | } | |
16 | } | |
17 | } | |
18 | ||
19 | material planets/brownplanet | |
20 | { | |
21 | technique | |
22 | { | |
23 | pass | |
24 | { | |
25 | lighting off | |
26 | depth_write off | |
27 | scene_blend alpha_blend | |
28 | ||
29 | texture_unit | |
30 | { | |
31 | texture brownplanet.png | |
32 | } | |
33 | } | |
34 | } | |
35 | } | |
36 | ||
37 | material planets/greenplanet | |
38 | { | |
39 | technique | |
40 | { | |
41 | pass | |
42 | { | |
43 | lighting off | |
44 | depth_write off | |
45 | scene_blend alpha_blend | |
46 | ||
47 | texture_unit | |
48 | { | |
49 | texture greenplanet.png | |
50 | } | |
51 | } | |
52 | } | |
53 | } | |
54 | ||
55 | material planets/greyplanet | |
56 | { | |
57 | technique | |
58 | { | |
59 | pass | |
60 | { | |
61 | lighting off | |
62 | depth_write off | |
63 | scene_blend alpha_blend | |
64 | ||
65 | texture_unit | |
66 | { | |
67 | texture greyplanet.png | |
68 | } | |
69 | } | |
70 | } | |
71 | } | |
72 | ||
73 | material planets/redplanet | |
74 | { | |
75 | technique | |
76 | { | |
77 | pass | |
78 | { | |
79 | lighting off | |
80 | depth_write off | |
81 | scene_blend alpha_blend | |
82 | ||
83 | texture_unit | |
84 | { | |
85 | texture redplanet.png | |
86 | } | |
87 | } | |
88 | } | |
89 | } | |
90 | ||
91 | material planets/violetplanet | |
92 | { | |
93 | technique | |
94 | { | |
95 | pass | |
96 | { | |
97 | lighting off | |
98 | depth_write off | |
99 | scene_blend alpha_blend | |
100 | ||
101 | texture_unit | |
102 | { | |
103 | texture violetplanet.png | |
104 | } | |
105 | } | |
106 | } | |
107 | } | |
108 | ||
[9315] | 109 | material planets/violetplanet2 |
[8211] | 110 | { |
111 | technique | |
112 | { | |
113 | pass | |
114 | { | |
115 | lighting off | |
116 | depth_write off | |
117 | scene_blend alpha_blend | |
118 | ||
119 | texture_unit | |
120 | { | |
[9315] | 121 | texture violetplanet2.png |
[8211] | 122 | } |
123 | } | |
124 | } | |
125 | } | |
126 |
Note: See TracBrowser
for help on using the repository browser.