material skybox/BK { technique { pass { lighting off fog_override true ambient 0 0 0 1 specular 0 0 0 1 10 texture_unit { tex_address_mode clamp texture_alias BK texture sky_BK.jpg } } } } material skybox/LF { technique { pass { lighting off fog_override true ambient 0 0 0 1 specular 0 0 0 1 10 texture_unit { tex_address_mode clamp texture_alias LF texture sky_LF.jpg rotate -90 } } } } material skybox/FT { technique { pass { lighting off fog_override true ambient 0 0 0 1 specular 0 0 0 1 10 texture_unit { tex_address_mode clamp texture_alias FT texture sky_FR.jpg } } } } material skybox/RT { technique { pass { lighting off fog_override true ambient 0 0 0 1 specular 0 0 0 1 10 texture_unit { tex_address_mode clamp texture_alias RT texture sky_RT.jpg rotate -270 } } } } material skybox/DN { technique { pass { lighting off fog_override true ambient 0 0 0 1 specular 0 0 0 1 10 texture_unit { tex_address_mode clamp texture_alias DN texture sky_DN.jpg rotate -180 } } } } material skybox/UP { technique { pass { lighting off fog_override true ambient 0 0 0 1 specular 0 0 0 1 10 texture_unit { tex_address_mode clamp texture_alias UP texture sky_UP.jpg } } } }