POV-Ray : Newsgroups : povray.advanced-users : Isosurface issue? : Re: Isosurface issue? Server Time: 24 Jul 2008 12:26:01 GMT
  Re: Isosurface issue?  
From: Mark Weyer
Date: 15 Oct 2007 06:35:00
> 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 1991-2004 POV-Team™