// Last edited on 2003-09-19 01:00:50 by stolfi // Requires // metal_color // Defines // metal_texture #declare metal_texture = texture{ pigment{color metal_color} finish{ metallic ambient 0.1 diffuse 0.9 specular 1 roughness 0.05 brilliance 2 } }