#declare F_Glass4 = finish { ambient 0.1 diffuse 0.1 reflection .25 specular 1 roughness 0.001 } #declare T_Old_Glass= texture { finish { F_Glass4 } pigment { color rgbf <0.8, 0.9, 0.85, 0.85> } }