Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7784


Ignore:
Timestamp:
Dec 21, 2010, 1:37:27 PM (13 years ago)
Author:
decapitb
Message:

skybox materials. Names: skyBoxBasic, skyBoxSomeNebula, skyBoxMoreNebula

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/materials/OrxonoxSky.material

    r7708 r7784  
    124124        }
    125125}
     126material Orxonox/skyBoxBasic
     127{
     128        technique
     129        {
     130                pass
     131                {
     132                        lighting off
     133                        depth_write off
    126134
     135                        texture_unit
     136                        {
     137                                cubic_texture skybox1.png separateUV
     138                                tex_address_mode clamp
     139                        }
     140                }
     141        }
     142}
     143material Orxonox/skyBoxSomeNebula
     144{
     145        technique
     146        {
     147                pass
     148                {
     149                        lighting off
     150                        depth_write off
     151
     152                        texture_unit
     153                        {
     154                                cubic_texture skybox3.png separateUV
     155                                tex_address_mode clamp
     156                        }
     157                }
     158        }
     159}
     160material Orxonox/skyBoxMoreNebula
     161{
     162        technique
     163        {
     164                pass
     165                {
     166                        lighting off
     167                        depth_write off
     168
     169                        texture_unit
     170                        {
     171                                cubic_texture skybox2.png separateUV
     172                                tex_address_mode clamp
     173                        }
     174                }
     175        }
     176}
    127177material Orxonox/LoadingScreenSample
    128178{
Note: See TracChangeset for help on using the changeset viewer.