Changeset 5117 for data/Media/materials/scripts/Orxonox.material
- Timestamp:
- May 28, 2008, 12:45:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/Media/materials/scripts/Orxonox.material
r5103 r5117 129 129 } 130 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 131 197 material Orxonox/WhiteDot 132 198 {
Note: See TracChangeset
for help on using the changeset viewer.