#declare P_Brass3 = color rgb <0.58, 0.42, 0.20>; #declare F_MetalC = finish { ambient 0.25 brilliance 4 diffuse 0.5 metallic specular 0.80 roughness 1/80 reflection 0.5 } #declare T_Brass_3C = texture { pigment { P_Brass3 } finish { F_MetalC } }