Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5146


Ignore:
Timestamp:
Jun 8, 2008, 5:01:31 PM (16 years ago)
Author:
landauf
Message:

added a new crosshair

Location:
data/Media/materials
Files:
1 added
1 edited

Legend:

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

    r5117 r5146  
    107107}
    108108
    109 material Orxonox/RedDot
    110 {
    111         technique
    112         {
    113                 pass
    114                 {
    115                         lighting off
    116                         scene_blend alpha_blend
    117                         depth_check off
    118 
    119                         texture_unit
    120                         {
    121                                 texture white.tga
    122                         }
    123                         texture_unit
    124                         {
    125                                 colour_op_ex modulate src_manual src_current 1 0 0
    126                         }
    127                 }
    128         }
    129 }
    130 
    131 material Orxonox/GreenDot
    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 0 1 0
    148                         }
    149                 }
    150         }
    151 }
    152 
    153 material Orxonox/BlueDot
    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 white.tga
    166                         }
    167                         texture_unit
    168                         {
    169                                 colour_op_ex modulate src_manual src_current 0 0 1
    170                         }
    171                 }
    172         }
    173 }
    174 
    175 material Orxonox/YellowDot
    176 {
    177         technique
    178         {
    179                 pass
    180                 {
    181                         lighting off
    182                         scene_blend alpha_blend
    183                         depth_check off
    184 
    185                         texture_unit
    186                         {
    187                                 texture white.tga
    188                         }
    189                         texture_unit
    190                         {
    191                                 colour_op_ex modulate src_manual src_current 1 1 0
    192                         }
    193                 }
    194         }
    195 }
    196 
    197109material Orxonox/WhiteDot
    198110{
     
    249161}
    250162
     163material Orxonox/NavCrosshair
     164{
     165        technique
     166        {
     167                pass
     168                {
     169                        lighting off
     170                        scene_blend add
     171                        depth_check off
     172
     173                        texture_unit
     174                        {
     175                                texture crosshair2.tga
     176                        }
     177                }
     178        }
     179}
     180
    251181material Orxonox/Crosshair
    252182{
Note: See TracChangeset for help on using the changeset viewer.