POV-Ray : Newsgroups : povray.newusers : inverse : Re: inverse Server Time
5 Sep 2024 00:19:12 EDT (-0400)
  Re: inverse  
From: Christoph Hormann
Date: 15 Mar 2002 13:53:52
Message: <3C924341.39EA7118@gmx.de>
PeterKetting wrote:
> 
> Can anyone please explain the proper use of the inverse keyword? The POV-Ray
> helpfile doesn't realy go into detail about it and I wonder if it is the key
> to create more complex CSG objects.


difference {
  object { ... }
  object { ... }
}

is the same as

intersection {
  object { ... }
  object { ...  inverse }
}

There are no CSG constructions that are impossible without 'inverse' but
it sometimes makes life much easier.

Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 13 Mar. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

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