|
|
"=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
|
|