POV-Ray : Newsgroups : povray.binaries.images : Blob object, CSG difference : Re: Blob object, CSG difference Server Time
31 Jul 2024 06:25:31 EDT (-0400)
  Re: Blob object, CSG difference  
From: Kenneth
Date: 30 Mar 2010 09:50:01
Message: <web.4bb2003f6340747165f302820@news.povray.org>
"StephenS" <nomail@nomail> wrote:

> And the code:
> ......
>   box {  // Box1
>     < -1.9060000, -0.9850000, -0.3815000 >, < 1.9060000, 0.9850000, 0.3815000 >
>     translate <0.312500,0.000000,-0.875000>
>   }
>
>   cutaway_textures
>   texture{ Light_blue }
>   translate <3.968750,0.000000,0.000000>
> }
> ......

Another problem could be *where* you've added texture{Light_Blue} (and a few
other places in your code as well.)  The cutaway_textures documentation seems to
imply that its keyword needs to be the final thing in a CSG difference. (That's
how I've always used it, anyway.) Here, texture{Light_Blue} comes after it.

Ken


Post a reply to this message

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