Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 3, 2008, 2:55:52 PM (16 years ago)
Author:
chaiy
Message:

hallo

File:
1 edited

Legend:

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

    r790 r983  
    3939}
    4040
     41material Orxonox/Yellow
     42{
     43        technique
     44        {
     45                pass
     46                {
     47                        lighting off
     48                        depth_check off
     49                        scene_blend 0.5 0.5
     50                        ambient 0 0 0 0.5
     51
     52                        texture_unit
     53                        {
     54                                texture OrxonoxYELLOW.png
     55                        }
     56                }
     57        }
     58}
     59
     60material Orxonox/Green
     61{
     62        technique
     63        {
     64                pass
     65                {
     66                        lighting off
     67                        depth_check off
     68                        scene_blend 0.5 0.5
     69                        ambient 0 0 0 0.5
     70
     71                        texture_unit
     72                        {
     73                                texture OrxonoxGREEN.png
     74                        }
     75                }
     76        }
     77}
    4178
    4279material Orxonox/Black
Note: See TracChangeset for help on using the changeset viewer.