// A matte texture // // Assumes defined // // matte_color // // Defines // // texture_matte #declare texture_matte = texture{ pigment{ color matte_color } finish { diffuse 0.95 ambient 0.05 } }