// A self-luminous texture // Last edited on 1999-01-26 23:49:47 by stolfi // Requires // texture_bulb_color // Defines // texture_bulb #declare texture_bulb = texture{ pigment{ color rgb texture_bulb_color } finish{ ambient 1 diffuse 0 reflection 0 specular 0 } }