POV-Ray : Newsgroups : povray.binaries.images : Thightening an iso? : Thightening an iso? Server Time
14 Aug 2024 03:24:08 EDT (-0400)
  Thightening an iso?  
From: Simon Lemieux
Date: 16 Dec 2002 03:41:31
Message: <3DFD9278.1C872976@no_spam.com>
Hi,
  I was wondering if any of you knew how to make the following red
isosurface into something that look more like the yellow cylinder CSG? 
ie. scaling the sinusoidal shape of the isosurface, but keeping the
small radius it has.

Here's my code for the iso:

#declare a = 100;
#declare b = 25;
isosurface {
  function { a*x*x + a*y*y  + b*x*cos(z*2*pi) + b*y*sin(z*2*pi) }
  [...]
}

Thanks,
  Simon


Post a reply to this message


Attachments:
Download 'iso-ifs.png' (47 KB)

Preview of image 'iso-ifs.png'
iso-ifs.png


 

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