POV-Ray : Newsgroups : povray.binaries.images : Some shapes I found : Re: Some shapes I found Server Time
2 May 2024 09:12:28 EDT (-0400)
  Re: Some shapes I found  
From: And
Date: 13 Feb 2018 03:10:05
Message: <web.5a829c6d1b30403de96a371c0@news.povray.org>
spin another axes


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


 isosurface{...}


Post a reply to this message


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

Preview of image 'isosurface.png'
isosurface.png


 

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