POV-Ray : Newsgroups : povray.advanced-users : Isosurface issue? : Re: Isosurface issue? Server Time
5 Jul 2024 14:37:10 EDT (-0400)
  Re: Isosurface issue?  
From: Mark Weyer
Date: 15 Oct 2007 02:35:00
Message: <web.471309f58e5bb9e1fddaa4670@news.povray.org>
> Can anybody tell me what I'm doing wrong or make any suggestions?

> isosurface{
>         function{ abs(x)+abs(y)-1}
>         contained_by {box{-1,1}}
>         pigment{color White}
> }

You have coincident surfaces of the object and its container.
The object would be an infinite bar, something like a
  box {<-1,-1,-infinity> <1,1,infinity>}
Changing the contained_by to
  contained_by {box <-2,-2,-1> <2,2,1>}
should do the trick.


Post a reply to this message

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