POV-Ray : Newsgroups : povray.newusers : ellipse : Re: ellipse Server Time
30 Jul 2024 12:26:05 EDT (-0400)
  Re: ellipse  
From: Ross Litscher
Date: 24 Mar 2004 15:49:40
Message: <4061f464@news.povray.org>
"Thorsten Froehlich" <tho### [at] trfde> wrote in message
news:4061dc5d$1@news.povray.org...
> In article <4061d956$1@news.povray.org> , "John" <joh### [at] msncom>
wrote:
>
> > How can I make an ellipse (cylinderical)?
>
> You scale a sphere asymetrically.  I.e. add "scale <1,10,1>" to a sphere.
>
>     Thorsten
>

same goes with a cylinder.
cylinder {
    <0, 1, 0>,
    <0, -1, 0>, 1
    scale <3, 1, 1>
    //... and so on
}

or if you want a thin flat one, a disc object could be scaled.


Post a reply to this message

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