POV-Ray : Newsgroups : povray.general : Can't seem to take a wedge shaped bite : Re: Can't seem to take a wedge shaped bite Server Time
30 Jul 2024 18:20:36 EDT (-0400)
  Re: Can't seem to take a wedge shaped bite  
From: Warp
Date: 18 Sep 2008 12:48:44
Message: <48d2866b@news.povray.org>
Lilith <lil### [at] dcccdedu> wrote:
> #declare Wedge = cylinder {
>    <0, 0, -5>, <0, 0, 5> OuterDia + MinorDia * 2
>    clipped_by {plane {x * 1, 0 rotate z*15}}
>    clipped_by {plane {x * -1, 0 rotate z*-15}}
> }

  I'm not sure clipped objects work in CSG as you expect. Have you tried
with intersection rather than clipped_by, to see if it works ok like that?

-- 
                                                          - Warp


Post a reply to this message

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