POV-Ray : Newsgroups : povray.general : Warning: Patch objects not allowed in intersection : Re: Warning: Patch objects not allowed in intersection Server Time
3 Aug 2024 12:13:44 EDT (-0400)
  Re: Warning: Patch objects not allowed in intersection  
From: Dan P
Date: 19 Feb 2004 01:42:43
Message: <40345ae3@news.povray.org>
"=Bob=" <was### [at] threestrandscom> wrote in message
news:4033d737@news.povray.org...
> I received this error while doing a difference with a triangle within
> a union (POV 3.5, NT4), yet it seems to have rendered fine, that
> is, the semicircle was removed from the triangle. What did I do
> incorrectly?
>
> difference {
>    union {
>      cylinder { <-0.1,0.25,0> <0,0,0> 0.005 }
>      cylinder { <0.1,0.25,0> <0,0,0> 0.005 }
>      triangle { <0,0,0>, <-0.1,0.25.0>,  <0.1,0.25.0> }
>     }
>
>   cylinder { <0,0.25, 0.1> <0,0.25,-0.1> 0.11 }
>   pigment {rgb 1}
>   }

You have periods instead of commas before the Z member of your triangle
vectors.


Post a reply to this message

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