Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Added sample skybox

File size: 210 bytes
RevLine 
[508]1material Orxonox/SampleSkyBox
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        }
17}
Note: See TracBrowser for help on using the repository browser.