POV-Ray : Newsgroups : povray.general : Blob Object Help : Re: Blob Object Help Server Time
30 Jul 2024 18:12:31 EDT (-0400)
  Re: Blob Object Help  
From: Tim Attwood
Date: 4 Sep 2008 20:09:27
Message: <48c078b7$1@news.povray.org>
You can do it like this too...

#declare my_blob = {
   ...
};

intersection {
  object {my_blob inverse}
  box {...}
}

That way you can control positive or negative space
with the inverse keyword, or lack thereof.


Post a reply to this message

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