// Probably more of a "Plexiglas" than glass #declare Glass2 = texture { pigment { rgbf <1,1,1,1> } finish { ambient 0 diffuse 0 reflection 0.5 phong 0.3 phong_size 60 } } #declare Glass_Interior = interior {ior 1.5} #declare M_Glass2 = material {texture {Glass2} interior {Glass_Interior}}