POV-Ray : Newsgroups : povray.unofficial.patches : Croissant : Re: Croissant Server Time
2 Sep 2024 04:18:03 EDT (-0400)
  Re: Croissant  
From: Gilles Tran
Date: 22 Sep 2000 16:32:00
Message: <39CBC15B.70C79468@inapg.inra.fr>
Tom Melly wrote:

> "Ron Parker" <ron### [at] povrayorg> wrote in message
> news:slr### [at] fwicom...
> > On Fri, 22 Sep 2000 09:29:20 +0100, Tom Melly wrote:
> > >Let me get this straight - you saw nipples and you thought breakfast?
> What
> > >kind of frenchman are you? ;)
> >
> > A very young one?
> >
>
> LOL

So there is the "nipples" code. They're rather prepubescent in fact.
Piriform quartics give more mature shapes.
Easily offended people beware, anyway ;-)

#declare major_axis=5;
#declare minor_axis=1;
#declare a=function{sqrt(x^2+z^2)-major_axis}
isosurface{
    function{sqrt(y^2+a^2)-minor_axis*z*1.3}
    contained_by{sphere{0,10}}
    eval
    threshold 0
    pigment{Red}
    rotate y*45
}

G.


Post a reply to this message

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