POV-Ray : Newsgroups : povray.binaries.images : alternate coordinate systems in iso.s. : Re: alternate coordinate systems in iso.s. Server Time
3 Oct 2024 11:17:03 EDT (-0400)
  Re: alternate coordinate systems in iso.s.  
From: david sharp
Date: 20 Jan 2000 21:21:13
Message: <3887c299@news.povray.org>
Ken <tyl### [at] pacbellnet> wrote in message
news:3887B90D.49355384@pacbell.net...
>
>
> Sigmund Kyrre Aas wrote:
> >
> > Images for an ongoing discussion in .unofficial.pathces.
> > Question is how to make these with the isosurface function.
>
> I think you should be looking at the implicit or parametric surface
> functions rather than the isosurface function.

the way the Maple input lines look, (I don't know Maple at all though)
they look like parametric equations, but since they appear to just
give the 'third' (z) in terms of the other two (x and y), they also are
good candidates for isosurfaces. That is,
    parametric {function x,y,f(x,y)}
can be done implicitly as
    isosurface{ function{z-f(x,y)}}
if the appropriate coordinate system is implemented.
(in my understanding, isosurface is just a particular type of implicit
surface)


Post a reply to this message

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