// A glossy plastic-like texture // Last edited on 1998-12-20 17:00:35 by stolfi // Requires // texture_plastic_color_self // texture_plastic_color_refl // Defines // texture_plastic #declare texture_plastic = texture{ pigment{ color texture_plastic_color_self } finish { diffuse 0.9 ambient 0.1 } } texture{ pigment{ color texture_plastic_color_refl filter 0.90 } finish { diffuse 0.0 ambient 0.0 specular 0.30 roughness 0.01 } }