Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5117


Ignore:
Timestamp:
May 28, 2008, 12:45:17 PM (16 years ago)
Author:
FelixSchulthess
Message:

added more colored dots

File:
1 edited

Legend:

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

    r5103 r5117  
    129129}
    130130
     131material 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
     153material 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
     175material 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
    131197material Orxonox/WhiteDot
    132198{
Note: See TracChangeset for help on using the changeset viewer.