Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2007, 1:52:36 PM (16 years ago)
Author:
nicolape
Message:

Added one more skybox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/Media/materials/scripts/Orxonox.material

    r509 r510  
    1 material Orxonox/SampleSkyBox
     1material Orxonox/StarSkyBox
    22{
    33        technique
     
    1616        }
    1717}
     18
     19material Orxonox/BlueStarSkyBox
     20{
     21        technique
     22        {
     23                pass
     24                {
     25                        lighting off
     26                        depth_write off
     27
     28                        texture_unit
     29                        {
     30                                cubic_texture bluestar.png separateUV
     31                                tex_address_mode clamp
     32                        }
     33                }
     34        }
     35}
Note: See TracChangeset for help on using the changeset viewer.