TexGenPOV: Pigment
pigment { spiral2 3
turbulence <1, 1.1, 0>
octaves 6
omega 0.5
lambda 2.0
color_map {
[ 0.254 color rgb <1, 0.6863, 0.102>*1 ]
[ 0.363 color rgb <0.6, 0, 0.1725>*1 ]
[ 0.746 color rgb <1, 0.102, 0.1961>*1 ]
}
}
|