Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8425


Ignore:
Timestamp:
May 9, 2011, 2:21:33 PM (13 years ago)
Author:
youngk
Message:

Deleted all non-functioning models and organized the remaining. Added empty skybox.

Location:
data/trunk
Files:
7 added
15 deleted
1 edited

Legend:

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

    r8210 r8425  
    170170                        {
    171171                                cubic_texture skybox2.png separateUV
     172                                tex_address_mode clamp
     173                        }
     174                }
     175        }
     176}
     177material Orxonox/skyboxempty
     178{
     179        technique
     180        {
     181                pass
     182                {
     183                        lighting off
     184                        depth_write off
     185
     186                        texture_unit
     187                        {
     188                                cubic_texture SkyboxEmpty.png separateUV
    172189                                tex_address_mode clamp
    173190                        }
Note: See TracChangeset for help on using the changeset viewer.