The Online POV-Ray Tutorial

POV-Ray Texture: Agate

Sort of a "Moss Agate" clear with green veining
#declare Agate_Map =
color_map {
    [0.0, 0.8 color rgbft <0.1, 0.6, 0.1,0,1>
              color rgbft <0.0, 0.3, 0.0,.2,.25>]
    [0.8, 1.0 color rgbft <0.1, 0.6, 0.1,.4,.75>
              color rgbft <0.0, 0.2, 0.0,.6,0>]
}

#declare Agate =
pigment {
    marble
    turbulence 1.8
    color_map { Agate_Map }
}



Texture Library Main Page