POV-Ray : Newsgroups : povray.advanced-users : Closing brace bug ? : Re: Closing brace bug ? Server Time
30 Jul 2024 10:15:48 EDT (-0400)
  Re: Closing brace bug ?  
From: Ron Parker
Date: 15 Oct 1999 12:02:41
Message: <slrn80ejmo.v8.parkerr@ron.gwmicro.com>
On Fri, 15 Oct 1999 08:56:37 -0700, Ken wrote:
> Actually the code was intentionaly left as it was to illustrate the
>problem. What I am confused about though is why the coincident surface
>problem is manifesting itself on the surface areas of the sphere that
>are in no way in contact with any of the csg operation. 

Because the whole thing is part of the csg operation.  Taking out the 
irrelevant parts, you're left with this, which is obviously wrong:

difference {
  sphere   {<0,0,0>, 1 pigment { rgb 1 }}
  sphere   {<0,0,0>, 1 pigment { rgb 1 }}
  sphere   {<0,0,0>, 1 pigment { rgb 1 }}
  :
  :
}


Post a reply to this message

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