Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2007, 11:05:27 PM (16 years ago)
Author:
nicolape
Message:

Fixed bug for assf texture, added loading overlay (its now working, used some code from the ogre forums, no error but my overlay doesnt pop up… anyone an idea (code is in levelloader.cc

File:
1 edited

Legend:

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

    r510 r521  
    3434        }
    3535}
     36
     37material Orxonox/LoadingScreenSample
     38{
     39   technique
     40   {
     41      pass
     42      {
     43         
     44         depth_writing off
     45
     46         texture_unit
     47         {
     48            texture sample_loading.jpg
     49         }
     50      }
     51   }
     52}
Note: See TracChangeset for help on using the changeset viewer.