POV-Ray : Newsgroups : povray.general : Double union{ difference{ problem : Re: Double union{ difference{ problem Server Time
29 Jul 2024 08:11:24 EDT (-0400)
  Re: Double union{ difference{ problem  
From: bluestar
Date: 20 Apr 2012 15:15:01
Message: <web.4f91b500b56d5aa93f3b2c70@news.povray.org>
Warp <war### [at] tagpovrayorg> wrote:
> bluestar <nomail@nomail> wrote:
> > Hey Warp,
> > I tried this and got the same effect.
>
> >  difference { object {blackbox} }  object{sliceplane}
>
>   Now you are creating two separate objects with no connection to each
> other.
>
> --
>                                                           - Warp

OK,ok I got it.
This chopped off the box. Wrong side, but I'll fix that.

 difference { object {blackbox}   object{sliceplane} }

Also noticed the sphere void was not present, so I'll check syntax on that
object as well.

Also, I will seperate out all obects and will try the following to see if it
works.

difference { object {blackbox}   object{spherevoid} object{sliceplane} }

or the second half may need to be in brackets

difference { object {blackbox}   {object{spherevoid} object{sliceplane}} }

Hey Warp, thanks for the nudges, much appreciated!!!


Post a reply to this message

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