The Online POV-Ray Tutorial

POV-Ray Texture: Dying Star

A fiery maelstrom of reds and oranges
#declare DyingStar = texture {
      pigment {
         bozo
         color_map {
            [0.0 color rgb <0.3, 0, 0>]
            [1.0 color rgb <0.6, 0.2, 0>]
         }
         turbulence 0.3
         scale 1/2
      }
   }
   texture {
      pigment {
         agate
         color_map {
            [0.0 color rgbf <1, 1, 1, 1>]
            [0.5 color rgbf <1, 1, 1, 1>]
            [0.5 color rgbf <0.5, 0, 0, 1>]
            [0.75 color rgb <0.5, 0, 0>]
            [1.0 color rgb <1, 0.5, 0>]
         }
         turbulence 1.0
         scale 1.5
      }
   }
   texture {
      pigment {
         granite
         color_map {
            [0.0 color rgb <1, 1, 0>]
            [0.2 color rgbf <1, 1, 1, 1>]
            [1.0 color rgbf <1, 1, 1, 1>]
         }
      }
   }


Texture Library Main Page