#declare MGlass = material{ texture{ pigment{color rgbf <1.0, 1.0, 1.0, 1>} finish{diffuse 0.0 reflection {0 1 fresnel on metallic 0 } } } interior{ ior 1.65 fade_distance 15.0 fade_power 1000 } } #declare MWhite = material{texture{pigment{rgb <0.87059, 0.83529, 0.84706>}}} #declare MRed = material{texture{pigment{rgb <0.88039, 0.10196, 0.1098>}}} #declare MBlue = material{texture{pigment{rgb <0.18039, 0.23922, 0.87843>}}} #declare Polished_Chrome= material{ texture{ pigment{rgb 0.8} finish{diffuse 0 conserve_energy reflection {0 1 fresnel on metallic 1} } } interior{ior 25} }