POV-Ray : Newsgroups : povray.advanced-users : Isosurface issue? : Re: Isosurface issue? Server Time
5 Jul 2024 14:02:57 EDT (-0400)
  Re: Isosurface issue?  
From: Mark Weyer
Date: 15 Oct 2007 11:05:01
Message: <web.4713809e8e5bb9e1fddaa4670@news.povray.org>
> > isosurface{
> >         function{ abs(x)+abs(y)-1}
> >         contained_by {box{-1,1}}
> >         pigment{color White}
> > }
>
> The object would be an infinite bar, something like a
>   box {<-1,-1,-infinity> <1,1,infinity>}

Err, sorry. That's wrong. At least, there is a
  scale sqrt(0.5)  rotate 45*z
missing. So, no, it is not a problem of coincident surfaces.

But then, the length of the gradient is sqrt(2) everywhere.
Maybe it is just a matter of increasing max_gradient to 1.5.


Post a reply to this message

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