source:
code/branches/FICN/Media/materials/scripts/Orxonox.material
@
510
Last change on this file since 510 was 510, checked in by nicolape, 17 years ago | |
---|---|
File size: 426 bytes |
Rev | Line | |
---|---|---|
[510] | 1 | material Orxonox/StarSkyBox |
[508] | 2 | { |
3 | technique | |
4 | { | |
5 | pass | |
6 | { | |
7 | lighting off | |
8 | depth_write off | |
9 | ||
10 | texture_unit | |
11 | { | |
[509] | 12 | cubic_texture stars.jpg separateUV |
[508] | 13 | tex_address_mode clamp |
14 | } | |
15 | } | |
16 | } | |
[510] | 17 | } |
18 | ||
19 | material Orxonox/BlueStarSkyBox | |
20 | { | |
21 | technique | |
22 | { | |
23 | pass | |
24 | { | |
25 | lighting off | |
26 | depth_write off | |
27 | ||
28 | texture_unit | |
29 | { | |
30 | cubic_texture bluestar.png separateUV | |
31 | tex_address_mode clamp | |
32 | } | |
33 | } | |
34 | } | |
[508] | 35 | } |
Note: See TracBrowser
for help on using the repository browser.