|
|
On 9 Feb 2000 01:26:00 -0500, Ron Parker wrote:
>It looks kinda like this, but mine doesn't have all the loops, and it
>has a definite diagonal tendency.
Or this version, slightly loopier but with the odd broken piece:
plane {y,0
pigment {
bozo
pigment_map {
[.5 gradient x
color_map{[.25 rgb 0][.25 rgb 1][.75 rgb 1][.75 rgb 0]}
warp{repeat x} scale sqrt(2) rotate 45*y ]
[.5 gradient x
color_map{[.25 rgb 0][.25 rgb 1][.75 rgb 1][.75 rgb 0]}
warp{repeat x} scale sqrt(2) rotate -45*y]
}
scale 100
warp {repeat x offset 50*y}
warp {repeat z offset 60*z}
warp {reset_children}
}
}
--
These are my opinions. I do NOT speak for the POV-Team.
The superpatch: http://www2.fwi.com/~parkerr/superpatch/
My other stuff: http://www2.fwi.com/~parkerr/traces.html
Post a reply to this message
|
|