POV-Ray : Newsgroups : povray.binaries.images : Interesting... Strangled iso! Server Time
14 Aug 2024 01:19:39 EDT (-0400)
  Interesting... Strangled iso! (Message 1 to 1 of 1)  
From: Simon Lemieux
Subject: Interesting... Strangled iso!
Date: 16 Dec 2002 04:09:13
Message: <3DFD98F7.86098838@no_spam.com>
Playing with the function a bit:

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


Post a reply to this message


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

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


 

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