POV-Ray : Newsgroups : povray.binaries.images : Some shapes I found : Re: Some shapes I found Server Time
2 May 2024 00:30:19 EDT (-0400)
  Re: Some shapes I found  
From: And
Date: 13 Feb 2018 02:45:01
Message: <web.5a8297021b30403de96a371c0@news.povray.org>
spin to a circle


#declare f_ =
function(x, y, z) {
pow(f_parabola(sqrt(x*x + z*z), y, 1), 2) + 0.6*y*y - 0.01
}


isosurface{...}


Post a reply to this message


Attachments:
Download 'isosurface.png' (803 KB)

Preview of image 'isosurface.png'
isosurface.png


 

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