POV-Ray : Newsgroups : povray.newusers : How to convert a curve in a isosurface? : Re: How to convert a curve in a isosurface? Server Time
28 Apr 2024 16:17:26 EDT (-0400)
  Re: How to convert a curve in a isosurface?  
From: LanuHum
Date: 27 Apr 2014 11:15:00
Message: <web.535d1e09e3191f097a3e03fe0@news.povray.org>
Warp <war### [at] tagpovrayorg> wrote:
> LanuHum <Lan### [at] yandexru> wrote:
> > Hellow!
> > Whether it is possible to make on points of a curve function for a isosurface?
>
> I'm not exactly sure what you are asking, so could you please rephrase
> the question?
>
> --
>

                                                          - Warp
isosurface{ // sphere
 function{ sqrt(x*x + y*y + z*z) - 1 }

isosurface{ // cylinder
  function {  sqrt(x*x + z*z) - 1 }

isosurface{ // my spline-based object (Object on the basis of a spline)
  function {  ????????? } //User-Defined Function. How?


Post a reply to this message

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