material ConsoleBorder { technique { pass { lighting off scene_blend alpha_blend depth_check off texture_unit { texture console2.png } } } } material ConsoleCenter { technique { pass { lighting off scene_blend alpha_blend depth_check off texture_unit { texture console3.png } } } } material ConsoleNoise { technique { pass { lighting off scene_blend alpha_blend depth_check off texture_unit { texture console4.png } } } } material ConsoleNoiseSmall { technique { pass { lighting off scene_blend alpha_blend depth_check off texture_unit { texture console5.png } } } } material ConsoleCursor { technique { pass { lighting off scene_blend alpha_blend depth_check off texture_unit { texture OrxonoxWhite.png } texture_unit { colour_op_ex modulate src_manual src_current 0 1 0 0.5 } } } }