material NoMaterial { technique { pass { } } } material black_glass { technique { pass { ambient 0.0862745 0.0862745 0.0862745 1 diffuse 0.0862745 0.0862745 0.0862745 1 specular 0.441 0.441 0.441 10 0 texture_unit { texture examples/media/bitmap/shuttle.jpg } } } } material body { technique { pass { specular 0 0 0 10 0 texture_unit { texture examples/media/bitmap/shuttle.jpg } } } } material white { technique { pass { ambient 0.5 0.5 0.5 1 diffuse 0.8 0.8 0.8 1 specular 1 1 1 80 0 } } } material black { technique { pass { ambient 0.0862745 0.0862745 0.0862745 1 diffuse 0.0862745 0.0862745 0.0862745 1 specular 0 0 0 10 0 texture_unit { texture examples/media/bitmap/black.jpg } } } } material silver { technique { pass { ambient 0.588235 0.588235 0.588235 1 diffuse 0.588235 0.588235 0.588235 1 specular 0 0 0 10 0 texture_unit { texture examples/media/bitmap/alu.jpg } } } } material ailerons { technique { pass { specular 0 0 0 10 0 texture_unit { texture examples/media/bitmap/aileron.jpg } } } } material tuyaux { technique { pass { ambient 0.921569 0.901961 0.827451 1 diffuse 0.921569 0.901961 0.827451 1 specular 0 0 0 10 0 } } } material telecommande { technique { pass { ambient 0.588235 0.588235 0.588235 1 diffuse 0.588235 0.588235 0.588235 1 specular 0 0 0 10 0 texture_unit { texture examples/media/bitmap/tele.jpg } } } }