// Plasma (transparent self-luminous material) // Requires // tx_color // Defines // tx_texture #declare tx_texture = texture{ pigment{ color rgb tx_plasma transmit 0.9 } finish{ ambient 11 diffuse 0 reflection 0 specular 0 } }