Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/Media/materials/scripts/Orxonox.material @ 508

Last change on this file since 508 was 508, checked in by nicolape, 17 years ago

Added orxonox material file

File size: 214 bytes
Line 
1material Orxonox/SampleSkyBox
2{
3        technique
4        {
5                pass
6                {
7                        lighting off
8                        depth_write off
9
10                        texture_unit
11                        {
12                                cubic_texture stevecube.jpg separateUV
13                                tex_address_mode clamp
14                        }
15                }
16        }
17}
Note: See TracBrowser for help on using the repository browser.