Good job, Tek! This should work nicely with the crackle and leopard
patterns, too.
Tek wrote:
> I was just messing around with repeating patterns and came up with this:
>
> #declare fA = 18; //change this from 0 - 360 to get various different patterns
>
> pigment {
> granite colour_map { [.1 rgb 1][.9 rgb 0] }
>
> #local nCount = 0;
> #while ( nCount < 10 )
> rotate -fA*z
> warp { repeat y flip y }
> #local nCount = nCount + 1;
> #end
> }
>
> It could be good for lace effects and carpet patterns.
>
>
--
Samuel Benge
stb### [at] hotmailcom
See my website@: http://www.goldrush.com/~abenge/Top/index.html
Post a reply to this message
|