POV-Ray : Newsgroups : povray.general : Problem with differences/unions, maybe too many; or a missing "{" or "}"? : Re: Problem with differences/unions, maybe too many; or a missing "{" or "}"? Server Time
31 Jul 2024 14:30:28 EDT (-0400)
  Re: Problem with differences/unions, maybe too many; or a missing "{" or "}"?  
From: Tim Attwood
Date: 24 Dec 2006 05:52:18
Message: <458e5be2$1@news.povray.org>
You have a coincident surface with the liquid
surface and the "fog" bottom...

difference {  // some fog over the liquid
   sphere {  0.0, 0.98 }
   box {-<1.2,0.05,1.2>, <1.2,1.2,1.2>}
   box {-<1.2,0.149,1.2>, <1.2,-1.2,1.2>} // <-- changed
   pigment{ color rgbt 0.9 }
   interior_texture { pigment { color rgbt <0,0.1,0,0.9> } }
}


Post a reply to this message

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