Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2008, 3:08:03 PM (16 years ago)
Author:
bknecht
Message:

new Skybox by Felix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/Media/materials/scripts/OrxonoxSky.material

    r5055 r5099  
    5353}
    5454
     55material Orxonox/StarBoxSkyBox
     56{
     57        technique
     58        {
     59                pass
     60                {
     61                        lighting off
     62                        depth_write off
     63
     64                        texture_unit
     65                        {
     66                                cubic_texture starbox.jpg separateUV
     67                                tex_address_mode clamp
     68                        }
     69                }
     70        }
     71}
     72
    5573material Orxonox/LoadingScreenSample
    5674{
Note: See TracChangeset for help on using the changeset viewer.