material blueChecker { technique { pass { //lighting off ambient 0.8 0.8 0.8 1 diffuse 0.8 0.8 0.8 1 specular 0 0 0 0 emissive 0 0 0 texture_unit { filtering none texture blueChecker.tga } } } } material redChecker { technique { pass { //lighting off ambient 0.8 0.8 0.8 1 diffuse 0.8 0.8 0.8 1 specular 0 0 0 0 emissive 0 0 0 texture_unit { filtering none texture redChecker.tga } } } }