POV-Ray : Newsgroups : povray.animations : Re: isoIFS (192k) : Re: isoIFS (192k) Server Time
8 Jul 2024 13:53:58 EDT (-0400)
  Re: isoIFS (192k)  
From: Simon Lemieux
Date: 29 Nov 2002 22:28:03
Message: <3DE830FA.3C89FBE8@no_spam.com>
> Depending on what you mean by "scale", you might want to do something
> like this to cause the radius to vary linearly as z changes

Well, I was thinking of a permanent scale, like a cylinder and not like
a cone, as you showed me...

> #declare  F = function {
>   x*cos((z+2*clock)*2*pi)*(z-A)/B + x*x +
>   y*sin((z+2*clock)*2*pi)*(z-A)/B + y*y
> }

I think I get it, though I would have to test it to be sure...  I wish I
had time to spend again on this project...  Maybe this weekend!

> [I've also changed the syntax from being MegaPov specific to something
> that will also work in POVRay, so that I could test it].

Yes, thanks, I didn't know about it, but I'll use it from now on... (Do
you know of other MegaPOV VS POV3.5 changes regarding isosurfaces?)

> If you just want to scale the while thing, then you'll find the "scale"
> keyword useful. It still works with isosurfaces.

No, no... I'd prefer to keep it in math and less povray code.

Thanks a lot Mike,
  Simon


Post a reply to this message

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