// Defines a matte texture // Last edited on 1998-12-20 17:00:27 by stolfi // Requires // texture_matte_color // Defines // texture_matte #declare texture_matte = texture{ pigment{ color rgb texture_matte_color } finish{ diffuse 0.9 ambient 0.1 } }