The Online POV-Ray Tutorial

POV-Ray Texture: T_DRFantasy

green-pink-violet veins, uses pigment_map->POV3.0 is highly recommended
/* 
   T_DRFantasy:
   Uses pigment_map{}: POV-Ray version 3.0 is recommended
   I donīt know any material that looks like this.
   If you like the texture or if you have any suggestions
   for the name of it, please e-mail me:
   Darko.Rozic@rz.ruhr-uni-bochum.de
   ... always interested in other textures!!!
*/
   
#declare T_DRFantasy =
texture {
  pigment { bozo
    pigment_map {
      [ 0.0 marble
        color_map {
          [0.0 color rgb <0.0, 0.0, 0.0>]
          [1.0 color rgb <0.2, 0.0, 0.5>]
        }
        frequency 2.0
        turbulence 1.0
      ]
      [ 0.3 marble
        color_map {
          [0.0 color rgb <0.0, 0.0, 0.0>]
          [1.0 color rgb <0.0, 0.3, 0.2>]
        }
        frequency 2.0
        turbulence 1.0
      ]
      [ 1.0 marble
        color_map {
          [0.0 color rgb <0.0, 0.0, 0.0>]
          [1.0 color rgb <0.6, 0.1, 0.15>]
        }
        frequency 2.0
        turbulence 1.0
      ]
    }
    turbulence 0.5
    rotate <20, 59, 100>
    scale 0.1
  }
  finish {
    ambient 0.05
    diffuse 0.6
    reflection 0.05
    specular 0.4
    roughness 0.4
    metallic
  }
}


Texture Library Main Page