POV-Ray : Newsgroups : povray.newusers : how can I do the opposite of clipped_by? : Re: how can I do the opposite of clipped_by? Server Time
6 Sep 2024 00:21:38 EDT (-0400)
  Re: how can I do the opposite of clipped_by?  
From: Bob Hughes
Date: 26 Apr 1999 06:34:28
Message: <372432EF.C60C9820@aol.com>
Just to add here, as good a place as any:

 difference { //primary object first
  MainObject
  SecondaryObject
  SecondaryObject
  SecondaryObject
 }

 intersection { //primary object last
  SecondaryObject
  SecondaryObject
  SecondaryObject
  MainObject
 }

 merge { //any order(?) this one I'm not positive of at the moment
  SecondaryObject
  MainObject
  SecondaryObject
  SecondaryObject
 }

 union { //any order
  SecondaryObject
  SecondaryObject
  MainObject
  SecondaryObject
 }


Ken wrote:
> 
> Always remember to have the object that is going
> to have the hole taken from it as the first object in the
> difference statement. The object that is the shape you are
> removing must be the second object in the difference
> statement.
> 
> --
> Ken Tyler
> 
> mailto://tylereng@pacbell.net

-- 
 omniVERSE: beyond the universe
  http://members.aol.com/inversez/homepage.htm
 mailto:inv### [at] aolcom?Subject=PoV-News


Post a reply to this message

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