POV-Ray : Newsgroups : povray.binaries.images : "meta-superellipsoid" isosurface (59k) : "meta-superellipsoid" isosurface (59k) Server Time
12 Aug 2024 11:22:31 EDT (-0400)
  "meta-superellipsoid" isosurface (59k)  
From: Alex Kluchikov
Date: 26 Aug 2003 17:46:28
Message: <1103_1061937956@news.povray.org>
Usually I used my own blob  (AKA metaball) function:
    field=sum(d/(pow(x-a,2)+pow(y-b,2)+pow(z-c,2)+0.001))
 a,b,c are center coordinates and d is strength. And while playing with this formula I
discovered  funny thing: if we use power other than 2, for example, 4 or even 8, we
get blobs, shaped as 
rounded cubes, looking very similar to superellipsoids. I know, superellipsoids have a
little bit more complex formula, but this one's divider
(pow(x-a,2)+pow(y-b,2)+pow(z-c,2)) represents 
a particular case, when e=n=1 (look in POV documentation, superellipsoid article). 
 Image attached.
  If anybody interested in scene source, I can post it into p.b.s.-f.

 Sincerely Yours, Alex Kluchikov.


Post a reply to this message


Attachments:
Download 'meta.jpg' (58 KB)

Preview of image 'meta.jpg'
meta.jpg


 

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