POV-Ray : Newsgroups : povray.binaries.images : lace pattern : Re: lace pattern Server Time
11 Aug 2024 23:21:13 EDT (-0400)
  Re: lace pattern  
From: Marc Champagne
Date: 2 Jan 2004 21:45:45
Message: <Xns9464DD5DF8C4DPOVMIKA@204.213.191.226>
"Tek" <tek### [at] evilsuperbraincom> wrote in
news:3ff5b4c9@news.povray.org: 

> 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.
> 

POV broidery... Grandma would be proud of you.

-- 
Marc Champagne
marcch.AT.videoSPAMNOTtron.DOT.ca.invalid
Montreal, Canada


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.