Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/pool/materials/planets.material @ 8211

Last change on this file since 8211 was 8211, checked in by dafrick, 13 years ago

Adding planets to pool. Also added some other image source.

File size: 1.2 KB
Line 
1material 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
19material 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
37material 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
55material 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
73material 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
91material 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
109material planets/violetplanet
110{
111        technique
112        {
113                pass
114                {
115                        lighting off
116                        depth_write off
117                        scene_blend alpha_blend
118
119                        texture_unit
120                        {
121                                texture violetplanet.png
122                        }
123                }
124        }
125}
126
Note: See TracBrowser for help on using the repository browser.