source:
data/Media/materials/scripts/OrxonoxSky.material
@
5198
Last change on this file since 5198 was 5101, checked in by FelixSchulthess, 17 years ago | |
---|---|
File size: 1.3 KB |
Rev | Line | |
---|---|---|
[5101] | 1 | material Orxonox/Starbox |
2 | { | |
3 | technique | |
4 | { | |
5 | pass | |
6 | { | |
7 | lighting off | |
8 | depth_write off | |
9 | ||
10 | texture_unit | |
11 | { | |
12 | cubic_texture starbox.jpg separateUV | |
13 | tex_address_mode clamp | |
14 | } | |
15 | } | |
16 | } | |
17 | } | |
18 | ||
[5023] | 19 | material Orxonox/StarSkyBox |
20 | { | |
21 | technique | |
22 | { | |
23 | pass | |
24 | { | |
25 | lighting off | |
26 | depth_write off | |
27 | ||
28 | texture_unit | |
29 | { | |
30 | cubic_texture stars.jpg separateUV | |
31 | tex_address_mode clamp | |
32 | } | |
33 | } | |
34 | } | |
35 | } | |
36 | ||
37 | material Orxonox/BlueStarSkyBox | |
38 | { | |
39 | technique | |
40 | { | |
41 | pass | |
42 | { | |
43 | lighting off | |
44 | depth_write off | |
45 | ||
46 | texture_unit | |
47 | { | |
[5055] | 48 | cubic_texture bluestar.tga separateUV |
[5023] | 49 | tex_address_mode clamp |
50 | } | |
51 | } | |
52 | } | |
53 | } | |
54 | ||
55 | material Orxonox/StarfieldSkyBox | |
56 | { | |
57 | technique | |
58 | { | |
59 | pass | |
60 | { | |
61 | lighting off | |
62 | depth_write off | |
63 | ||
64 | texture_unit | |
65 | { | |
66 | cubic_texture starfield.jpg separateUV | |
67 | tex_address_mode clamp | |
68 | } | |
69 | } | |
70 | } | |
[5099] | 71 | } |
72 | ||
73 | material Orxonox/StarBoxSkyBox | |
74 | { | |
75 | technique | |
76 | { | |
77 | pass | |
78 | { | |
79 | lighting off | |
80 | depth_write off | |
81 | ||
82 | texture_unit | |
83 | { | |
84 | cubic_texture starbox.jpg separateUV | |
85 | tex_address_mode clamp | |
86 | } | |
87 | } | |
88 | } | |
[5023] | 89 | } |
90 | ||
91 | material Orxonox/LoadingScreenSample | |
92 | { | |
93 | technique | |
94 | { | |
95 | pass | |
96 | { | |
97 | ||
98 | depth_writing off | |
99 | ||
100 | texture_unit | |
101 | { | |
102 | texture sample_loading.jpg | |
103 | } | |
104 | } | |
105 | } | |
106 | } |
Note: See TracBrowser
for help on using the repository browser.