POV-Ray : Newsgroups : povray.binaries.images : shiny shiny shiny : Re: shiny shiny shiny Server Time
2 Aug 2024 04:18:16 EDT (-0400)
  Re: shiny shiny shiny  
From: Janet
Date: 30 Nov 2007 14:40:00
Message: <web.475065f11bb4a81e3c1e96f10@news.povray.org>
"Bill Pragnell" <bil### [at] hotmailcom> wrote:
> I thankyou.
>
> #macro Knot(a)
>   (<sin(a) + 2*sin(2*a), 1.25*sin(3*a), cos(a) - 2*cos(2*a)>)
> #end
> blob {
>   threshold 0.9
>   #local ang = 0;
>   #while (ang < 2*pi)
>     sphere { Knot(ang), 1.5, 0.5 }
>     #local ang = ang + 0.01;
>   #end
>   pigment { color Black }
>   finish { ambient 0 diffuse 0 reflection { 1 } } }
>
> Enjoy.
> :)

Oh, thank you Bill!! You're the best. I made a sculpture a long time ago,
exactly this shape ... started by knotting a piece of dryer hose.

Janet


Post a reply to this message

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