Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/Sky.material @ 10966

Last change on this file since 10966 was 10966, checked in by luhug, 8 years ago

Added all models for Planet/City level

File size: 181 bytes
Line 
1material orxonox/Sky
2{
3        technique
4        {
5                pass
6                {
7                        lighting off
8                        scene_blend add
9                        depth_write off
10
11                        texture_unit
12                        {
13                                texture ../levelpreviews/emptylevel.png
14                        }
15                }
16        }
17}
Note: See TracBrowser for help on using the repository browser.