POV-Ray : Newsgroups : povray.newusers : Slicing an ellipsoid : Re: Slicing an ellipsoid Server Time
28 Jul 2024 18:18:23 EDT (-0400)
  Re: Slicing an ellipsoid  
From: Francesco
Date: 3 Nov 2007 09:50:00
Message: <web.472c899a70e4ee4e73fa22050@news.povray.org>
Mike Williams <nos### [at] econymdemoncouk> wrote:
> Perhaps something like this
>
> sphere {0,1
>   scale <2,1,1>
>   clipped_by {plane {-y,0}}
>   clipped_by {plane {z,0}}
>   clipped_by {plane {-z,0} rotate <0,10,0>}
>   pigment {rgb 1}
> }

That is exactly what I was trying to do! Thanks a lot Mike :)) Simple and
powerful commands. Just a question: you make rotating the clipping plane in
order to exclude some parts to the cut. Is it right?

Francesco


Post a reply to this message

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