Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2009, 2:37:38 PM (15 years ago)
Author:
landauf
Message:

added a second skybox, tested it in a level with an alternative asteroid placement

File:
1 edited

Legend:

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

    r5354 r5564  
    1111                        {
    1212                                cubic_texture skypanoramagen1.jpg separateUV
     13                                tex_address_mode clamp
     14                        }
     15                }
     16        }
     17}
     18
     19material Orxonox/skypanoramagen2
     20{
     21        technique
     22        {
     23                pass
     24                {
     25                        lighting off
     26                        depth_write off
     27
     28                        texture_unit
     29                        {
     30                                cubic_texture skypanoramagen2.jpg separateUV
    1331                                tex_address_mode clamp
    1432                        }
Note: See TracChangeset for help on using the changeset viewer.