// Matte surface (diffuse, a little ambient) // Requires // tx_color // Defines // tx_texture #declare tx_texture = texture{ pigment{ color rgb tx_color } finish{ diffuse 0.9 ambient 0.1 } }