POV-Ray : Newsgroups : povray.binaries.images : I need to fix this.. : Re: I need to fix this.. Server Time
2 Oct 2024 22:23:45 EDT (-0400)
  Re: I need to fix this..  
From: Bill DeWitt
Date: 11 Mar 2000 20:02:34
Message: <38caecaa@news.povray.org>
"Lt. Kettch" <AKK### [at] aolcom> wrote in message
news:38CAEA76.9158EDAC@aol.com...
> I am trying to put two cylinders together, but the red over laps onto
> the gray(90) and vice-verca.

The direct way is to duplicate both objects, then use one red to cut the
gray and one gray to cut the red

union{
difference

                     object { Red1 }
                     object { Grey1 }
                  }
difference

                     object { Grey2 }
                     object { Red2 }
                  }
        } // end union


Post a reply to this message

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