Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/OrxonoxSky.material @ 8209

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

Adding new planet billboards.

  • Property svn:eol-style set to native
File size: 2.3 KB
Line 
1material Orxonox/skypanoramagen1
2{
3        technique
4        {
5                pass
6                {
7                        lighting off
8                        depth_write off
9
10                        texture_unit
11                        {
12                                cubic_texture skypanoramagen1.jpg separateUV
13                                tex_address_mode clamp
14                        }
15                }
16        }
17}
18
19material Orxonox/skypanoramagen2
20{
21        technique
22        {
23                pass
24                {
25                        lighting off
26                        depth_write off
27
28                        texture_unit
29                        {
30                                cubic_texture skypanoramagen2.jpg separateUV
31                                tex_address_mode clamp
32                        }
33                }
34        }
35}
36
37material Orxonox/Starbox
38{
39        technique
40        {
41                pass
42                {
43                        lighting off
44                        depth_write off
45
46                        texture_unit
47                        {
48                                cubic_texture starbox.jpg separateUV
49                                tex_address_mode clamp
50                        }
51                }
52        }
53}
54
55material Orxonox/Starbox2
56{
57        technique
58        {
59                pass
60                {
61                        lighting off
62                        depth_write off
63
64                        texture_unit
65                        {
66                                cubic_texture SkyboxFile.png separateUV
67                                tex_address_mode clamp
68                        }
69                }
70        }
71}
72
73material Orxonox/StarSkyBox
74{
75        technique
76        {
77                pass
78                {
79                        lighting off
80                        depth_write off
81
82                        texture_unit
83                        {
84                                cubic_texture stars.jpg separateUV
85                                tex_address_mode clamp
86                        }
87                }
88        }
89}
90
91material Orxonox/BlueStarSkyBox
92{
93        technique
94        {
95                pass
96                {
97                        lighting off
98                        depth_write off
99
100                        texture_unit
101                        {
102                                cubic_texture bluestar.png separateUV
103                                tex_address_mode clamp
104                        }
105                }
106        }
107}
108
109material Orxonox/StarfieldSkyBox
110{
111        technique
112        {
113                pass
114                {
115                        lighting off
116                        depth_write off
117
118                        texture_unit
119                        {
120                                cubic_texture starfield.jpg separateUV
121                                tex_address_mode clamp
122                        }
123                }
124        }
125}
126
127material Orxonox/StarBoxSkyBox
128{
129        technique
130        {
131                pass
132                {
133                        lighting off
134                        depth_write off
135
136                        texture_unit
137                        {
138                                cubic_texture starbox.jpg separateUV
139                                tex_address_mode clamp
140                        }
141                }
142        }
143}
144material Orxonox/skyBoxBasic
145{
146        technique
147        {
148                pass
149                {
150                        lighting off
151                        depth_write off
152
153                        texture_unit
154                        {
155                                cubic_texture skybox1.png separateUV
156                                tex_address_mode clamp
157                        }
158                }
159        }
160}
161material Orxonox/skyBoxSomeNebula
162{
163        technique
164        {
165                pass
166                {
167                        lighting off
168                        depth_write off
169
170                        texture_unit
171                        {
172                                cubic_texture skybox3.png separateUV
173                                tex_address_mode clamp
174                        }
175                }
176        }
177}
178material Orxonox/skyBoxMoreNebula
179{
180        technique
181        {
182                pass
183                {
184                        lighting off
185                        depth_write off
186
187                        texture_unit
188                        {
189                                cubic_texture skybox2.png separateUV
190                                tex_address_mode clamp
191                        }
192                }
193        }
194}
195material Orxonox/LoadingScreenSample
196{
197   technique
198   {
199      pass
200      {
201
202         texture_unit
203         {
204            texture sample_loading.jpg
205         }
206      }
207   }
208}
Note: See TracBrowser for help on using the repository browser.