// Light-bulb texture (self-color only) // Requires // tx_color // Defines // tx_texture #declare tx_texture = texture{ pigment{ color rgb tx_color } finish{ ambient 1 diffuse 0 reflection 0 specular 0 } }