#declare NBglass = texture { pigment { rgbf <0.98, 1.0, 0.99, 0.75> } finish { ambient 0.1 diffuse 0.1 reflection .25 specular 1 roughness .001 #if (version<3.1) ior 1.5 #end } } #declare NBoldglass= texture { NBglass pigment { rgbf <0.8, 0.9, 0.85, 0.85> } } #declare Glass_Interior = interior {ior 1.5} #declare M_NB_Old_Glass = material {texture {NBoldglass} interior {Glass_Interior}}