Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5093


Ignore:
Timestamp:
May 22, 2008, 9:10:11 AM (16 years ago)
Author:
FelixSchulthess
Message:

changed materials and textures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/Media/materials/scripts/Orxonox.material

    r5092 r5093  
    7171}
    7272
    73 material Orxonox/HUDBorder
    74 {
    75         technique
    76         {
    77                 pass
    78                 {
    79                         lighting off
    80                         scene_blend alpha_blend
    81                         depth_check off
    82 
    83                         texture_unit
    84                         {
    85                                 texture border1.tga
    86                         }
    87                 }
    88         }
    89 }
    90 
    9173material Orxonox/BarBackground
    9274{
     
    147129}
    148130
     131material Orxonox/WhiteDot
     132{
     133        technique
     134        {
     135                pass
     136                {
     137                        lighting off
     138                        scene_blend alpha_blend
     139                        depth_check off
     140
     141                        texture_unit
     142                        {
     143                                texture white.tga
     144                        }
     145                        texture_unit
     146                        {
     147                                colour_op_ex modulate src_manual src_current 1 1 1
     148                        }
     149                }
     150        }
     151}
     152
     153material Orxonox/NavMarker
     154{
     155        technique
     156        {
     157                pass
     158                {
     159                        lighting off
     160                        scene_blend alpha_blend
     161                        depth_check off
     162
     163                        texture_unit
     164                        {
     165                                texture arrows.tga
     166                        }
     167                }
     168        }
     169}
    149170
    150171material Orxonox/Crosshair
Note: See TracChangeset for help on using the changeset viewer.