POV-Ray : Newsgroups : povray.advanced-users : isosurface cone : Re: isosurface cone Server Time
30 Jul 2024 04:14:03 EDT (-0400)
  Re: isosurface cone  
From: Mick Hazelgrove
Date: 3 Mar 2000 02:32:52
Message: <38bf6aa4@news.povray.org>
thanks all - that'll do it

Mick

--
*************************************************************
       http://www.minda.swinternet.co.uk/index.htm

*************************************************************
"Jetlag" <bga### [at] microsoftcom> wrote in message
news:38bede35@news.povray.org...
> > Can anyone give me a formula for a vertical isosurface cone shape?
> >
> > Mick
>
> This is what I came up with:
>
> isosurface {
>   function { x^2 + z^2 - (y-1)^2/2 }
>   contained_by { box { -<sqrt(2), 1, sqrt(2)>, <sqrt(2), 1, sqrt(2)> } }
>   threshold 0
>
>   pigment { rgb 1 }
> }
>
>
>


Post a reply to this message

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