// Defines a ceramic texture // Last edited on 1999-02-07 00:08:21 by stolfi // Requires // texture_ceramic_color // Defines // texture_ceramic #declare texture_ceramic = texture{ pigment { color texture_ceramic_color } finish{ ambient 0.05 diffuse 0.80 specular 0.15 roughness 0.001 } }