Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/Media/materials/scripts/Orxonox.material @ 5093

Last change on this file since 5093 was 5093, checked in by FelixSchulthess, 17 years ago

changed materials and textures

File size: 1.9 KB
RevLine 
[5076]1material Orxonox/Red
2{
3        technique
4        {
5                pass
6                {
7                        lighting off
[5084]8                        scene_blend alpha_blend
[5076]9                        depth_check off
10
11                        texture_unit
12                        {
[5084]13                                texture bar2c.tga
[5076]14                        }
15                }
16        }
[5033]17}
18
[5076]19material Orxonox/Yellow
20{
21        technique
22        {
23                pass
24                {
25                        lighting off
[5084]26                        scene_blend alpha_blend
[5076]27                        depth_check off
28
29                        texture_unit
30                        {
[5084]31                                texture bar2b.tga
[5076]32                        }
33                }
34        }
[5033]35}
[5076]36
37material Orxonox/Green
38{
39        technique
40        {
41                pass
42                {
43                        lighting off
[5084]44                        scene_blend alpha_blend
[5076]45                        depth_check off
46
47                        texture_unit
48                        {
[5084]49                                texture bar2a.tga
[5076]50                        }
51                }
52        }
53}
54
55material Orxonox/Black
56{
57        technique
58        {
59                pass
60                {
61                        lighting off
[5084]62                        scene_blend alpha_blend
[5076]63                        depth_check off
64
65                        texture_unit
66                        {
67                                texture OrxonoxBlack.tga
68                        }
69                }
70        }
71}
72
[5093]73material Orxonox/BarBackground
[5085]74{
75        technique
76        {
77                pass
78                {
79                        lighting off
80                        scene_blend alpha_blend
81                        depth_check off
82
83                        texture_unit
84                        {
[5093]85                                texture bar1.tga
[5085]86                        }
87                }
88        }
89}
90
[5093]91material Orxonox/Radar
[5084]92{
93        technique
94        {
95                pass
96                {
97                        lighting off
98                        scene_blend alpha_blend
99                        depth_check off
100
101                        texture_unit
102                        {
[5093]103                                texture radar.tga
[5084]104                        }
105                }
106        }
107}
108
[5093]109material Orxonox/RedDot
[5076]110{
111        technique
112        {
113                pass
114                {
115                        lighting off
[5077]116                        scene_blend alpha_blend
[5076]117                        depth_check off
118
119                        texture_unit
120                        {
[5093]121                                texture white.tga
[5076]122                        }
[5093]123                        texture_unit
124                        {
125                                colour_op_ex modulate src_manual src_current 1 0 0
126                        }
[5076]127                }
128        }
129}
130
[5093]131material Orxonox/WhiteDot
[5076]132{
133        technique
134        {
135                pass
136                {
137                        lighting off
138                        scene_blend alpha_blend
139                        depth_check off
140
141                        texture_unit
142                        {
[5092]143                                texture white.tga
[5076]144                        }
[5091]145                        texture_unit
146                        {
[5093]147                                colour_op_ex modulate src_manual src_current 1 1 1
[5091]148                        }
[5076]149                }
150        }
151}
152
[5093]153material Orxonox/NavMarker
154{
155        technique
156        {
157                pass
158                {
159                        lighting off
160                        scene_blend alpha_blend
161                        depth_check off
[5076]162
[5093]163                        texture_unit
164                        {
165                                texture arrows.tga
166                        }
167                }
168        }
169}
170
[5076]171material Orxonox/Crosshair
172{
[5085]173        technique
174        {
175                pass
176                {
177                        lighting off
178                        scene_blend alpha_blend
179                        depth_check off
[5076]180
[5085]181                        texture_unit
182                        {
183                                texture crosshair.tga
184                        }
185                }
186        }
[5076]187}
Note: See TracBrowser for help on using the repository browser.