// Semigloss plastic // Requires // tx_color // tx_highlight_color // Defines // tx_texture #declare tx_texture = texture{ pigment{ color tx_color } finish { diffuse 0.9 ambient 0.1 } } texture{ pigment{ color tx_highlight_color filter 0.90 } finish { diffuse 0.0 ambient 0.0 specular 0.30 roughness 0.01 } }