Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 4:15:18 PM (16 years ago)
Author:
nicolape
Message:

Added a new skybox (Photoshop ftw

Location:
code/branches/FICN/Media
Files:
2 edited

Legend:

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

    r521 r578  
    3535}
    3636
     37material Orxonox/StarfieldSkyBox
     38{
     39        technique
     40        {
     41                pass
     42                {
     43                        lighting off
     44                        depth_write off
     45
     46                        texture_unit
     47                        {
     48                                cubic_texture starfield.jpg separateUV
     49                                tex_address_mode clamp
     50                        }
     51                }
     52        }
     53}
     54
    3755material Orxonox/LoadingScreenSample
    3856{
Note: See TracChangeset for help on using the changeset viewer.