POV-Ray : Newsgroups : povray.binaries.images : shiny shiny shiny : Re: shiny shiny shiny Server Time
2 Aug 2024 04:19:31 EDT (-0400)
  Re: shiny shiny shiny  
From: Bill Pragnell
Date: 30 Nov 2007 06:05:00
Message: <web.474fed401bb4a81e731f01d10@news.povray.org>
"Janet" <par### [at] attnet> wrote:
> "Bill Pragnell" <bil### [at] hotmailcom> wrote:
> > Just playing with HDR probes in MegaPOV.
> They look really nice. I like that shape - a lot!!

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


Post a reply to this message

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